[Haskell-cafe] How to get access to Haddock HTML for newly cabal installed package?

Eric Walkingshaw walkiner at eecs.oregonstate.edu
Thu Apr 24 13:19:49 UTC 2014


David Banas wrote:
> Does anyone know how I get the link to the Haddock generated HTML for a
newly cabal installed package to show up in:
>
> file:///Users/dbanas/Library/Haskell/doc/index.html
>
> I’ve got documentation=True set, in ~/.cabal/config.

In ~/.cabal/config, try setting:

    doc-index-file: /Users/dbanas/Library/Haskell/doc/index.html

I also use OS X and use this as my doc index, since that's where Haskell
Platform puts it.

-Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140424/be86fc75/attachment.html>


More information about the Haskell-Cafe mailing list