当前位置:  开发笔记 > 运维 > 正文

堆栈无法正确解决依赖关系

如何解决《堆栈无法正确解决依赖关系》经验,为你挑选了0个好方法。

我正在尝试在新的Ubuntu 16.04实例上设置Hakyll,但似乎无法正确理解基于堆栈的安装说明。

从开始stack install hakyll,我得到:

Error: While constructing the build plan, the following exceptions were encountered:

In the dependencies for hakyll-4.9.3.0:
    http-conduit-2.1.11 must match >=2.2 && <2.3 (latest applicable is 2.2.3)

Plan construction failed.

绑定到时stack-install http-conduit-2.1.11,出现了类似的错误:

Error: While constructing the build plan, the following exceptions were encountered:

In the dependencies for http-conduit-2.2.3:
    http-client-0.4.31.2 must match >=0.5 && <0.6 (latest applicable is 0.5.5)
    http-client-tls-0.2.4.1 must match >=0.3 && <0.4 (latest applicable is 0.3.3.1)

Plan construction failed.

在解决了相关性(也使用Stack)之后,我再次尝试了stack install http-conduit-2.1.11,但是我再次遇到了相同的相关性错误。

软件包http-client-0.4.31.2http-client-tls-0.2.4.1出现在my中~/.stack/precompiled/x86_64-linux/ghc-8.0.1/1.24.0.0/,但并没有明确显示在my中$PATH,但这听起来像是一个非常棘手的解决方案,而且我还没有找到任何文档推荐这种方法。

如何在机器上正确安装Hakyll?

推荐阅读
女女的家_747
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有