1

当我做

cabal install GLFW-b

我收到一个错误:

Resolving dependencies...
<command line>: cannot satisfy -package Cabal-1.10.1.0: 
    Cabal-1.10.1.0-49678efb6bfc399545e2b61629b900e2 is unusable due to missing or recursive dependencies:
      process-1.0.1.5-107ac5b78a5845608025ca13d328fdc5
    (use -v for more information)
cabal: Error: some packages failed to install:
GLFW-b-0.0.2.10 failed during the configure step. The exception was:
ExitFailure 1

我正在运行 Haskell 平台 2010.2.0.0。其他人得到这个吗?我该如何解决这个错误?

4

1 回答 1

2

您使用的 Haskell 平台版本包括Cabal-1.8.0.6. 最简单的解决方案应该是升级到最新的 Haskell 平台,其中包括Cabal-1.10.1.0.

于 2011-07-09T22:00:07.647 回答