aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface/Create.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix unused import warningsIan Lynagh2009-07-071-4/+0
* Add Haddock module headersDavid Waern2009-06-241-5/+10
* Move H.GHC.Utils to H.GhcUtilsDavid Waern2009-04-051-1/+1
* hlint policeDavid Waern2009-04-011-3/+2
* hlint policeDavid Waern2009-04-011-7/+7
* -Wall police in H.I.CreateDavid Waern2009-03-281-79/+57
* Shorten warning messageDavid Waern2009-02-271-3/+2
* Fix error message conflictDavid Waern2009-02-271-5/+4
* Bug fixDavid Waern2009-02-271-8/+10
* Add the module to one of haddocks warningsIan Lynagh2009-02-261-1/+1
* Do not show a subordinate at the top level if its parent is also exportedDavid Waern2009-02-071-6/+44
* Correct commentDavid Waern2009-01-241-2/+2
* Filter out separately exported associated types in a smarter wayDavid Waern2009-01-231-17/+19
* Fix Trac #50: do not attach docs to pragmas or other kinds of non-declarationsDavid Waern2009-01-221-12/+10
* Fix Trac #59: TH-generated declarations disappearingDavid Waern2009-01-201-7/+1
* Document H.I.Create.collectDocs betterDavid Waern2009-01-201-1/+4
* Export modules also when coming from external packagesDavid Waern2009-01-081-4/+15
* Show re-exported names from external packages againDavid Waern2009-01-021-9/+36
* Make visible names from ExportItemsDavid Waern2008-12-081-58/+18
* Make named doc comments into ExportDoc instead of ExportDeclDavid Waern2008-10-271-0/+1
* Tidy up code in H.I.Create a littleDavid Waern2008-10-221-38/+3
* Remove subordinate map and its usageDavid Waern2008-10-221-21/+17
* Document function and improve its layoutDavid Waern2008-10-161-5/+4
* Fix #61David Waern2008-10-161-38/+49
* Add subordinates with docs to the declaration mapDavid Waern2008-10-151-10/+12
* Move convenient type synonym to H.TypesDavid Waern2008-10-151-5/+0
* 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