[Haskell-cafe] creating documentation links failed with cabal
install --haddock-options=--hyperlink-source. is this a bug?
Duncan Coutts
duncan.coutts at googlemail.com
Mon Nov 16 19:46:52 EST 2009
On Sat, 2009-10-31 at 10:45 -0500, Thomas Hartman wrote:
> cabal haddock -–hyperlink-source
>
> installs documentation with links to source code, which also be on by defualt.
>
> cabal install –haddock-options=–hyperlink source
>
> does not install hyperlinked source.
This is an instance of the lack of the feature described in this ticket:
http://hackage.haskell.org/trac/hackage/ticket/517
BTW, you're getting confused between flags for the "cabal haddock"
command and the "haddock" command. The --hyperlink-source flag is for
the "cabal haddock" command. The haddock tool has no such flag (or
anything equivalent) so using --haddock-options= will not help.
Duncan
More information about the Haskell-Cafe
mailing list