我正在尝试通过 cabal 和 haddock 生成 API 文档。我希望它是乳胶的。所以我这样做:
cabal haddock --haddock-option=--latex
这最终失败了:
haddock: internal error: declaration not supported by declNames
黑线鳕有什么我能做的或者有什么问题吗?
仅供参考,我必须使用 cabal,因为构建过程相当复杂(很多预处理器,ffi 库,...)。手动调用黑线鳕真的很痛苦。
然而,构建 HTML 文档完全按预期工作。
完整的输出位于http://pastebin.com/xt6rWqde。
我在用:
cabal-install version 0.14.0
using version 1.14.0 of the Cabal library
The Glorious Glasgow Haskell Compilation System, version 7.4.2
Haddock version 2.11.0, (c) Simon Marlow 2006
Ported to use the GHC API by David Waern 2006-2008