ubuntu 13.10 を実行していますが、fay のインストールに問題があります。を使用してhaskellをインストールしまし sudo apt-get install haskell-platform
た。試しcabal install fay
てみると、次のメッセージが表示されます。
$ cabal install fay
Resolving dependencies...
Configuring type-eq-0.4.2...
cabal: The program cpphs is required but it could not be found.
Failed to install type-eq-0.4.2
cabal: Error: some packages failed to install:
fay-0.20.0.0 depends on type-eq-0.4.2 which failed to install.
haskell-names-0.3.3.2 depends on type-eq-0.4.2 which failed to install.
type-eq-0.4.2 failed during the configure step. The exception was:
ExitFailure 1
install を試しcpphs
ましたが、既に持っています。
$ cabal install cpphs
Resolving dependencies...
All the requested packages are already installed:
cpphs-1.18.4
Use --reinstall if you want to reinstall anyway.
最後に、単独でインストールtype-eq
してみましたが、さすがに に依存していcpphs
ます。
$ cabal install type-eq
Resolving dependencies...
Configuring type-eq-0.4.2...
cabal: The program cpphs is required but it could not be found.
Failed to install type-eq-0.4.2
cabal: Error: some packages failed to install:
type-eq-0.4.2 failed during the configure step. The exception was:
ExitFailure 1
私は何をすべきか?助けてくれてありがとう。