有没有人设法获得Yorgey等人的“未绑定”库,使用带绑定的语法,安装最新的GHC(7.0.3)和Haskell平台?尝试未绑定的cabal安装,我得到以下内容:
Resolving dependencies...
cabal: cannot configure unbound-0.2.3. It requires base >=4.3 && <5
For the dependency on base >=4.3 && <5 there are these packages: base-4.3.0.0
and base-4.3.1.0. However none of them are available.
base-4.3.0.0 was excluded because of the top level dependency base -any
base-4.3.1.0 was excluded because of the top level dependency base -any
任何人都知道解决方案/解决方案,或者可能会发生什么?
答案 0 :(得分:2)
关闭这个:
OP在他的路径中有多个(较旧的)GHC版本,导致构建错误,因为包依赖在GHC 7上。确保您拥有完全Haskell平台环境是解决方案。< / p>
作为一个注释,我们应该编写一个脚本来检查给定Haskell环境的完整性,以捕获这样的错误。