无法安装 GLFW-b-0.0.2.10 软件包

发布于 2024-11-19 01:22:12 字数 581 浏览 7 评论 0原文

当我这样做时,

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 Platform 2010.2.0.0。还有其他人明白吗?我该如何修复这个错误?

When I do

cabal install GLFW-b

I get an error:

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

I am running the Haskell Platform 2010.2.0.0. Does anybody else get this? How can I fix this error?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

农村范ル 2024-11-26 01:22:12

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

The Haskell Platform version you're using included Cabal-1.8.0.6. The simplest solution should be to upgrade to the latest Haskell Platform which includes Cabal-1.10.1.0.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文