在Mac OSX上导入haskell库会出错

时间:2011-01-10 12:46:29

标签: haskell compiler-errors

我刚刚在OSX 10.6上安装了GHC 6.6并导入失败,例如

module Main
  where

import IO

给出错误:

<interactive>:1:84:
   Bad interface file: IO.hi
       IO.hi: openBinaryFile: does not exist (No such file or directory)
ghc-6.6: panic! (the 'impossible' happened)
 (GHC version 6.6 for i386-apple-darwin):
       interactiveUI:flush

我该怎么做才能解决这个问题?我也想知道是否有任何haskell邮件列表可能会订阅这些错误..我的google-fu不是很好。

1 个答案:

答案 0 :(得分:3)

你有没有理由使用ghc-6.6?它已经很老了,mac包装可能会留下一些不足之处。特别是我希望你能从Snow Leopard的本机64位编译中得到问题,但也可能是其他问题。我强烈建议通过Haskell Platform获取ghc-6.12.x。

安装问题的最佳邮件列表可能是haskell-beginners。您也可以尝试glasgow-haskell-users,但我希望他们也只是告诉您使用Haskell平台。