aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface
Commit message (Expand)AuthorAgeFilesLines
* Preparation for rendering instances as separate declarationsDavid Waern2008-07-203-41/+101
* 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-132-194/+127
* 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
* Remove filtering of instancesDavid Waern2008-07-071-2/+2
* More support for type families and associated typesDavid Waern2008-07-021-1/+3
* Rename associated typesDavid Waern2008-06-301-5/+7
* Rename type patternsDavid Waern2008-06-301-5/+9
* Rename TyFamilyDavid Waern2008-06-301-3/+8
* Rename ForeignTypeDavid Waern2008-06-301-4/+3
* Add LANGUAGE pragmas to source filesDavid Waern2008-05-011-0/+3
* Add a flag for turning off all warningsDavid Waern2008-04-111-6/+6
* Change the representation of DocNamesDavid Waern2008-02-092-7/+8
* Manual merge of a patch to the 0.8 branchDavid Waern2008-01-061-13/+16
* Handle infix operators correctly in the Type -> HsType translationDavid Waern2007-12-081-3/+8
* addition of type equality support (at least for HTML generation)Wolfgang Jeltsch2007-12-031-0/+4
* 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-112-2/+1
* Complain if we can't link to wired-in namesDavid Waern2007-11-081-1/+1
* Remove OrdName stuffDavid Waern2007-11-081-24/+1
* Small bugfix and cleanup in getDeclFromTyClsDavid Waern2007-11-081-5/+6
* Remove commented-out codeDavid Waern2007-11-081-14/+1
* Filter out all non-vanilla type sigsDavid Waern2007-11-081-10/+13
* WibbleDavid Waern2007-11-061-1/+1
* Filter out instances with TyCons that are not exportedDavid Waern2007-11-061-6/+16
* Don't warn about not being able to link to wired/system/builtin-namesDavid Waern2007-11-051-2/+3
* WibbleDavid Waern2007-10-211-0/+6
* FIX: Ord for OrdName was not comparing modulesDavid Waern2007-10-211-5/+14
* 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-303-37/+37
* Add some modules that I forgot to add earlierDavid Waern2007-08-293-0/+1116