[Haskell-cafe] haddock - 'could not find link destination"

Roel van Dijk vandijk.roel at gmail.com
Fri Jan 22 04:40:22 EST 2010


On Thu, Jan 21, 2010 at 3:06 PM, Daniel Fischer
<daniel.is.fischer at 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


More information about the Haskell-Cafe mailing list