我正在尝试为我的包裹制作文档。当我运行cabal haddock --executable
它时,它会给出以下输出:
Running Haddock for Geometroid-0.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: array-0.4.0.0, base-4.5.0.0,
rts-1.0, deepseq-1.3.0.0, ghc-prim-0.2.0.0, integer-gmp-0.4.0.0,
old-locale-1.0.0.4, random-1.0.1.1, time-1.4
Preprocessing test suite 'test-fighter' for Geometroid-0.1...
Preprocessing executable 'fighter' for Geometroid-0.1...
Haddock coverage:
20% ( 1 / 5) in 'Fighter'
Warning: Fighter: could not find link destinations for:
GHC.Types.Int GHC.Show.Show System.Random.Random GHC.Types.Double GHC.Classes.Eq GHC.Classes.Ord
Documentation created: dist/doc/html/Geometroid/fighter/index.html
在生成的文档中确实没有指向内置类型的链接。
我尝试根据这个答案为已安装的软件包生成所有文档,但它没有改变任何东西。
我正在使用 Ubuntu 12.04 并haskell-platform
通过apt-get
.
如何生成包含所有正确链接的完整文档?