、私が原因「幸せ」と呼ばれる依存関係をインストールすることができないことにghc-mod
をインストールすることはできませんよ。ghc-modは 'happy'のためインストールできません。マックOS X上で
bash> cabal install ghc-mod
Resolving dependencies...
Configuring haskell-src-exts-1.17.1...
Failed to install haskell-src-exts-1.17.1
Build log (/Users/meng/.cabal/logs/haskell-src-exts-1.17.1.log):
Configuring haskell-src-exts-1.17.1...
setup-Simple-Cabal-1.22.5.0-x86_64-osx-ghc-7.10.3: The program 'happy' version
>=1.19 is required but it could not be found.
cabal: Error: some packages failed to install:
ghc-mod-5.5.0.0 depends on haskell-src-exts-1.17.1 which failed to install.
haskell-src-exts-1.17.1 failed during the configure step. The exception was:
ExitFailure 1
hlint-1.9.31 depends on haskell-src-exts-1.17.1 which failed to install.
任意のアイデア?
もう少し学べますが、 'stack'や' cabal sandboxes'を使うことをお勧めします。後者の場合、 'cabal get ghc-mod'を実行してからghcmodディレクトリにcdしてください'cabal sandbox init'これにより、Haskellのやり方がより簡単になります。 'stack'を使う方がずっと良いですが、既にそれを推薦する答えがあります。 – epsilonhalbe