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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
