the answer: not cabal install, just cabal. thartman@thartman-laptop:~/haskellInstalls/smallInstalls/pureMD5-0.2.3> thartman@thartman-laptop:~/haskellInstalls/smallInstalls/pureMD5-0.2.3>cabal --help | grep -i doc haddock Generate Haddock HTML documentation. thartman@thartman-laptop:~/haskellInstalls/smallInstalls/pureMD5-0.2.3>cabal haddock --help | grep -i link --hyperlink-source Hyperlink the documentation to the source code thartman@thartman-laptop:~/haskellInstalls/smallInstalls/pureMD5-0.2.3>cabal haddock --hyperlink-source 2008/12/21 R Hayes <rfhayes@reillyhayes.com>:
Is there a way I can get Haddock Docs WITH links to source (local) from modules installed with "cabal install xxx"?
Getting the docs themselves is pretty easy by changing either ~/.cabal/config or using --enable-documentation.
Automatically generating the source (colourised or not) and integrated links eludes me.
-r _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe