aboutsummaryrefslogtreecommitdiff
path: root/src/HaddockRename.hs
Commit message (Collapse)AuthorAgeFilesLines
* [haddock @ 2002-04-26 11:18:56 by simonmar]simonmar2002-04-261-2/+2
| | | | | | | - support for fundeps (partially contributed by Brett Letner - thanks Brett). - make it build with GHC 4.08.2
* [haddock @ 2002-04-25 14:40:05 by simonmar]simonmar2002-04-251-0/+6
| | | | | | | - Add support for named chunks of documentation which can be referenced from the export list. - Copy the icon from $libdir to the destination in HTML mode.
* [haddock @ 2002-04-10 15:50:10 by simonmar]simonmar2002-04-101-2/+2
| | | | | Generate a little table of contents at the top of the module doc (only if the module actually contains some section headings, though).
* [haddock @ 2002-04-10 13:26:09 by simonmar]simonmar2002-04-101-0/+199
Lots of changes, including: - add index support to the HTML backend - clean up the renamer, put it into a monad - propogate unresolved names to the top level and report them in a nicer way - various bugfixes