我想運行cabal install fay fay-base。不過,我得到以下錯誤: src/Test/CommandLine.hs:18:9:
Dynamic linking required, but this is a non-standard build (eg. prof).
You need to build the program twice: once the
wget http://www.haskell.org/cabal/release/cabal-install-0.14.0/cabal-install-0.14.0.tar.gz
tar -xvzf cabal-install-0.14.0.tar.gz
cd cabal-install-0.14.0
sh bootstrap.sh
有安裝陰謀是我使用的命令,當我運行bootstrap
我已經實現了一個自定義預處理器,它可以創建* .hs文件形式* .tpl文件。它通過使用Build-Type: Custom在Setup.hs中指定。一切工作正常,但我不能從它創建tar.gz包(使用cabal sdist)。 Cabal抱怨說,它無法找到由預處理器生成的裸露模塊。該錯誤消息是 cabal: Error: Could not find module with any
suffix