aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface/Create.hs
Commit message (Expand)AuthorAgeFilesLines
* Comment out unused type family stuff completelyDavid Waern2008-10-151-7/+6
* Use type synonyms for declarations and docs in H.I.CreateDavid Waern2008-10-151-13/+19
* Remove ifaceEnv from Interface - it's no longer usedDavid Waern2008-10-021-2/+0
* Filter out separately exported ATs (take two)David Waern2008-08-031-2/+5
* Do not filter out doc declarationsDavid Waern2008-08-031-0/+2
* Move some utility functions from H.I.Create to H.GHC.UtilsDavid Waern2008-08-031-22/+4
* Fix layoutDavid Waern2008-08-031-9/+9
* Filter out more declarations and keep only vanilla type sigs in classesDavid Waern2008-08-031-5/+18
* Filter out separately exported ATsDavid Waern2008-08-031-1/+13
* Use isVanillaLSig from GHC API instead of home brewn functionDavid Waern2008-08-031-6/+1
* Filter out more declarationsDavid Waern2008-08-031-14/+25
* Filter out ForeignExportsDavid Waern2008-08-031-4/+15
* Warning messagesDavid Waern2008-07-251-7/+34
* Preparation for rendering instances as separate declarationsDavid Waern2008-07-201-32/+82
* Small touchesDavid Waern2008-07-131-5/+4
* Remove unused import from H.I.CreateDavid Waern2008-07-131-2/+0
* Remove FastString import and FSLIT macro in H.I.Create -- they were unusedDavid Waern2008-07-131-2/+0
* Refactoring in H.Interface.CreateDavid Waern2008-07-131-193/+125
* Get the all locally defined names from GHC APIDavid Waern2008-07-121-8/+1
* Stop using the map from exported names to declarationsDavid Waern2008-07-121-11/+10
* More support for type families and associated typesDavid Waern2008-07-021-1/+3
* Manual merge of a patch to the 0.8 branchDavid Waern2008-01-061-13/+16
* Fix a bug that made haddock loopDavid Waern2007-11-111-1/+1
* Manual merge of an old patch:David Waern2007-11-111-1/+4
* Manual merge of a patch from Duncan Coutts that removes the dependency on mtl David Waern2007-11-111-1/+1
* Small bugfix and cleanup in getDeclFromTyClsDavid Waern2007-11-081-5/+6
* Filter out all non-vanilla type sigsDavid Waern2007-11-081-10/+13
* Improve parsing of doc optionsDavid Waern2007-10-021-21/+6
* Go back to using a ModuleMap instead of LookupMod - fixes a bugDavid Waern2007-10-011-19/+15
* Rename HaddockModule to InterfaceDavid Waern2007-08-301-24/+24
* Add some modules that I forgot to add earlierDavid Waern2007-08-291-0/+578