Haddock/FAQ

From HaskellWiki
< Haddock
Revision as of 23:32, 25 December 2012 by Heiner (talk | contribs) (++category)
Jump to navigation Jump to search

My version of Haddock does not accept some infix operators like (#)

In fact it does, but you have to add spaces between parentheses and the infix symbols sometimes: ( # ).

How do I get hyperlinks to definitions in e.g. Haskell98?

You must have the relevant documentation installed e.g. ghc-doc. Then you can say e.g.:

 haddock
-odir=haddock --html
--read-interface=http://www.haskell.org/ghc/docs/latest/html/libraries/base,/usr/share/doc/packages/ghc-doc/libraries/base/base.haddock
--read-interface=http://www.haskell.org/ghc/docs/latest/html/libraries/haskell98,/usr/share/doc/packages/ghc-doc/libraries/haskell98/haskell98.haddock
Data/LargeWord.hs

or much easier just use cabal:

./Setup haddock