Wenn ich versuche, hlint zu installieren, erhalte ich Fehler in Bezug auf old-time-1.1.0.3

Ich habe zuerst versucht, Hlint zu installieren.cabal install hlint aber dann habe ich den Fehler bekommen:

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

Dann habe ich versucht, ghc-mod zu installieren, da ich gelesen habe, dass hlint eine Abhängigkeit von diesem Paket ist (?). Ich denke, es könnte das Problem lösen. So tat ichcabal install ghc-mod was gab mir den Fehler.

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

So scheint es das selbe Problem zu sein, um mein Paket herumold-time-1.1.0.3.

Antworten auf die Frage(8)

Ihre Antwort auf die Frage