我正在尝试在ubuntu上安装wxhaskell (我已经安装了wxwidget,它在codeblock中运行良好)
我在终端
中运行cabal install wxc
这是输出
/tmp/wxc-0.92.1.1-2711/wxc-0.92.1.1/Setup.hs:25:8:
Could not find module Distribution.Compat.Exception
It is a member of the hidden package Cabal-1.22.5.0.
it is a hidden module in the package Cabal-1.16.0
Use -v to see a list of the files searched for.
Failed to install wxc-0.92.1.1
cabal: Error: some packages failed to install:
wxc-0.92.1.1 failed during the configure step. The exception was:
ExitFailure 1
实际上,我可以找到Distribution.Compat.Exception
我试过sudo ghc-pkg expose Cabal-1.16.0
sudo ghc-pkg expose Cabal-1.22.5.0
但没有改变
答案 0 :(得分:1)
如果您使用的是ubuntu,我想我有一个解决方案。如果您通过“apt-get install ghc”在ubuntu中安装GHC,则所有ghc软件包都安装在/ usr / lib / ghc / xyz中。如果您已手动安装ghc,而不是使用软件包管理器,我不知道解决方案。
试试这个:
sudo cabal install cabal-install --global
然后以相同的方式安装所有wxHaskell特定的cabal。所以:
sudo cabal install wxdirect --global
sudo cabal install wxc --global
...
如果这不起作用,请尝试:
rm -rf ~/.ghc