3

実行するcabal install hoogleと、次のようになります。

setup: The program happy version >=1.17 is required but it could not be found
cabal: Error: some packages failed to install
haskell-src-exts-1.13.3 failed during the configure step the exeption is ExitFailure 1

$ghc -V
The Glorious Glasgow Haskell Compilation System, version 7.4.1

そのような問題を解決する方法は?

4

2 に答える 2

8

の代わりにcabal install hoogle、実行しcabal install alex happy && cabal install hoogleます。

hackage の多くのパッケージにはalexとが必要なhappyので、 の後にインストールすることをお勧めしますcabal update

于 2012-08-01T07:20:26.040 に答える