作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
很想试试 Yi 编辑器,但不幸的是,它在安装过程中一直失败。
首先我得到:
> cabal install yi
haskell-src-exts-1.13.0 failed during the configure step. The exception was:
ExitFailure 1
yi-0.6.5.0 depends on haskell-src-exts-1.13.0 which failed to install.
haskell-src-exts
我被这个难住了:
setup: The program happy version >=1.17 is required but it could not be found.
cabal: Error: some packages failed to install:
haskell-src-exts-1.13.0 failed during the configure step. The exception was:
ExitFailure 1
cabal install happy
(当时是 1.18.9 版)没有帮助,因为它仍然会产生上述错误!
最佳答案
cabal
将程序安装到 ~/.cabal/bin
(在 Unix 上;不知道 Windows)如果它们尚未安装,并且不会警告您将其添加到您的 $PATH
;它也(除非你有最新的未发布版本,从它的 repo 构建)不知道它已经这样做了,因为它只跟踪库,而不是可执行文件。您需要手动添加 $HOME/.cabal/bin
给您的$PATH
以便找到
( 编辑 迂腐)
关于haskell - 易安装失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10095102/
我是一名优秀的程序员,十分优秀!