作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
$ cabal --version
cabal-install version 1.22.2.0
using version 1.22.2.0 of the Cabal library
$ cabal install --haddock-hyperlink-source gloss-juicy
Warning: /home/theking/.cabal/config: Unrecognized field hyperlink-source on
line 91
我的配置中确实有hyperlink-source: True
。我添加该标志只是为了显得多余。当我查找文档时,它都是彩色的,但源代码没有链接。我做错了什么?
最佳答案
希望我们谈论的是 haddock
命令行选项--hyperlinked-source
(注意超链接ed)。
版本 2.16.1 不支持 --hyperlinked-source
选项。
版本 2.16.2 支持 --hyperlinked-source
选项。
您可能需要从 git 存储库构建 2.16.2:
关于haskell - 为什么 Cabal 不超链接我的来源?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32236857/
我是一名优秀的程序员,十分优秀!