尝试安装llvm-general-3.3.5。
安装本地ghc-7.6.3,因此在下载二进制文件后使用以下命令配置llvm-general软件包:
runhaskell Setup configure --user --/path/to/local --with-compiler=7.6.3
正如haskell.org网页here中所建议的那样。 这会出现这个错误:
Setup.hs:42:13:
Couldn't match expected type `ProgramSearchPath
-> IO (Maybe FilePath)'
with actual type `IO (Maybe FilePath)'
In the return type of a call of `findJustBy'
Probable cause: `findJustBy' is applied to too many arguments
In the expression:
findJustBy (findProgramLocation v) llvmConfigNames
In the expression:
\ v -> findJustBy (findProgramLocation v) llvmConfigNames
删除配置选项会得到相同的结果。 有任何想法吗? 我在使用Scientific linux机器。
谢谢!