[Haskell-cafe] How to browse code written by others
Stephen Tetley
stephen.tetley at gmail.com
Sun Jun 13 16:55:45 EDT 2010
Hi Martin
With Haddock you can also make the highlighted source as per docs
hosted on Hackage. Install hscolour, then when you invoke haddock on
the cabal file add the --hyperlink-source flag. No hyperlinks in the
source though, just colourization.
Thomas Hallgren had another source-to-html tool with hyperlinks in the
html source rather than just colourizing, but I'm not sure what
happened to it - maybe it is part of Programatica?
http://ogi.altocumulus.org/~hallgren/Programatica/
Best wishes
Stephen
More information about the Haskell-Cafe
mailing list