On Thu, Jan 21, 2010 at 3:06 PM, Daniel Fischer
<daniel.is.fisc...@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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to