22 Jan
2010
22 Jan
'10
5:40 p.m.
On Thu, Jan 21, 2010 at 3:06 PM, Daniel Fischer <daniel.is.fischer@web.de> wrote:
But I find it easier to let Cabal deal with haddock, make a Cabal package,
runghc ./Setup.hs configure --user --prefix=$HOME runghc ./Setup.hs haddock --hyperlink-source
If you use a Cabal package in conjunction with cabal-install it saves you even more typing: cabal configure cabal haddock --hyperlink-source