aboutsummaryrefslogtreecommitdiff
path: root/src/HaddockUtil.hs
Commit message (Collapse)AuthorAgeFilesLines
* [haddock @ 2002-05-08 14:48:39 by simonmar]simonmar2002-05-081-4/+5
| | | | Add support for existential quantifiers on constructors.
* [haddock @ 2002-04-29 15:28:12 by simonmar]simonmar2002-04-291-1/+1
| | | | bugfix for declBinders on a NewTypeDecl
* [haddock @ 2002-04-26 11:18:56 by simonmar]simonmar2002-04-261-4/+4
| | | | | | | - support for fundeps (partially contributed by Brett Letner - thanks Brett). - make it build with GHC 4.08.2
* [haddock @ 2002-04-24 15:14:11 by simonmar]simonmar2002-04-241-2/+24
| | | | | | | Grok the kind of module headers we use in fptools/libraries, and pass the "portability", "stability", and "maintainer" strings through into the generated HTML. If the module header doesn't match the pattern, then we don't include the info in the HTML.
* [haddock @ 2002-04-11 13:40:30 by simonmar]simonmar2002-04-111-0/+138
- copy haddock.css into the same place as the generated HTML - new option: --css <file> specifies the style sheet to use - new option: -o <dir> specifies the directory in which to generate the output. - because Haddock now needs to know where to find its default stylesheet, we have to have a wrapper script and do the haddock-inplace thing (Makefile code copied largely from fptools/happy).