
24 Apr
2014
24 Apr
'14
1:19 p.m.
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