llvm-general的Cabal错误

时间:2013-09-20 09:50:35

标签: haskell llvm ghc cabal

尝试安装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机器。

谢谢!

0 个答案:

没有答案