ghc-mod という haskell のパッケージがある.
ghcmod-vim というプラグインと併用したりすると Vim で Haskell 書くときに
かなり便利できるらしい.emacs とかでもよしなにアレできるようだ,ということでインストールしようとすると,どこでもこう書いてあるコマンド
$ cabal install ghc-mod
で,
ずらずらずら……
setup: The program happy version >=1.17 is required but it could not be found.
Failed to install haskell-src-exts-1.14.0.1
cabal: Error: some packages failed to install:
ghc-mod-3.1.6 depends on haskell-src-exts-1.14.0.1 which failed to install.
haskell-src-exts-1.14.0.1 failed during the configure step. The exception was:
ExitFailure 1
hlint-1.8.59 depends on haskell-src-exts-1.14.0.1 which failed to install.
となってしまう話.