最初に Hlint をインストールしようとしました。cabal install hlint
しかし、その後、エラーが発生しました:
cabal: Error: some packages failed to install:
cpphs-1.20.2 depends on old-time-1.1.0.3 which failed to install.
haskell-src-exts-1.18.2 depends on old-time-1.1.0.3 which failed to install.
hlint-1.9.37 depends on old-time-1.1.0.3 which failed to install.
old-time-1.1.0.3 failed during the configure step. The exception was:
ExitFailure 77
次に、hlint がそのパッケージの依存関係 (?) であると読んだので、ghc-mod をインストールしようとしました。それが問題を解決するかもしれないと考えています。だから私はcabal install ghc-mod
それが私にエラーを与えました。
cabal: Error: some packages failed to install:
cpphs-1.20.2 depends on old-time-1.1.0.3 which failed to install.
ghc-mod-5.6.0.0 depends on old-time-1.1.0.3 which failed to install.
haskell-src-exts-1.17.1 depends on old-time-1.1.0.3 which failed to install.
hlint-1.9.35 depends on old-time-1.1.0.3 which failed to install.
old-time-1.1.0.3 failed during the configure step. The exception was:
ExitFailure 77
したがって、私のパッケージの周りでは同じ問題のようold-time-1.1.0.3
です。