以下を使用して、cabal を使用して wxHaskell パッケージを取得しようとしました。
cabal install wxcore --global
cabal install wx
しかし、これを実行すると、次のエラーが発生しました。
>cabal install wxcore --global
Resolving dependencies...
cabal: Error: some packages failed to install:
wxcore-0.11.1.2 failed during the configure step. The exception was:
sh: runGenProcess: does not exist (No such file or directory)
私は何を間違えましたか?最初にインストールする必要があるパッケージはありますか?