aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface/AttachInstances.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove #ifs for older compiler versions.David Waern2011-11-251-4/+0
* Adapt Haddock for the ConstraintKind extension changesMax Bolingbroke2011-09-061-2/+0
* Add git commits since switchover:David Waern2011-06-101-1/+2
* follow changes in the GHC APISimon Marlow2010-10-271-2/+9
* Fix a bug in attachInstancesDavid Waern2010-07-041-18/+39
* Position the module header the same way everywhereDavid Waern2010-05-131-1/+0
* Rename HsDoc back into DocDavid Waern2009-11-281-1/+1
* Remove cruft due to compatibility with older GHCsDavid Waern2009-11-281-6/+0
* Remove Name from DocInstanceDavid Waern2009-11-281-1/+1
* Comments on instancesDavid Waern2009-11-241-12/+31
* Move toHsInstHead to Haddock.Convert and call it synifyInstHeadDavid Waern2009-09-061-10/+1
* Style policeDavid Waern2009-09-061-0/+1
* Add more copyright owners to H.I.AttachInstancesDavid Waern2009-09-061-1/+3
* re-implement function-argument docsIsaac Dupree2009-08-231-2/+3
* fix preprocessor conditional senseIsaac Dupree2009-08-171-1/+1
* Find instances using GHC, which is more complete.Isaac Dupree2009-08-181-38/+23
* switch AttachInstances to use synify codeIsaac Dupree2009-08-181-37/+6
* Fix unused import warningsIan Lynagh2009-07-071-2/+0
* Add Haddock module headersDavid Waern2009-06-241-8/+10
* hlint policeDavid Waern2009-04-011-3/+3
* hlint policeDavid Waern2009-04-011-1/+1
* -Wall police in H.I.AttachInstancesDavid Waern2009-03-281-13/+16
* Hide fynTyConName only for recent GHC versionsDavid Waern2009-02-251-0/+6
* Hide funTyConName, now exported by TypeRepsimonpj2009-02-021-1/+1
* Fix #61David Waern2008-10-161-2/+2
* Remove matching on NoteTy in AttachInstances, it has been removedDavid Waern2008-08-121-3/+1
* Support type equality predicatesDavid Waern2008-07-281-0/+1
* Preparation for rendering instances as separate declarationsDavid Waern2008-07-201-5/+6
* Remove filtering of instancesDavid Waern2008-07-071-2/+2
* Add LANGUAGE pragmas to source filesDavid Waern2008-05-011-0/+3
* Change the representation of DocNamesDavid Waern2008-02-091-1/+1
* Handle infix operators correctly in the Type -> HsType translationDavid Waern2007-12-081-3/+8
* WibbleDavid Waern2007-11-061-1/+1
* Filter out instances with TyCons that are not exportedDavid Waern2007-11-061-6/+16
* Rename HaddockModule to InterfaceDavid Waern2007-08-301-3/+3
* Add some modules that I forgot to add earlierDavid Waern2007-08-291-0/+134