aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface/AttachInstances.hs
Commit message (Expand)AuthorAgeFilesLines
* Updates to reflect changes in HsDecls to support closed type families.Richard Eisenberg2013-06-211-1/+1
* Adapt to tcRnGetInfo returning family instances tooSimon Peyton Jones2013-03-151-3/+3
* Refactoring instanceHead'.Kazu Yamamoto2013-02-061-1/+1
* Using tcSplitSigmaTy in instanceHead' (FIXME is resolved.)Kazu Yamamoto2013-02-061-6/+5
* Merge branch 'ghc-7.6' into ghc-7.6-merge-2Kazu Yamamoto2013-02-011-13/+78
|\
| * Fix spurious superclass constraints bug.David Waern2012-09-281-8/+23
| * Follow changes in GHC.David Waern2012-09-071-0/+1
| * Merge branch 'hiddenInstances2' of http://github.com/feuerbach/haddock into g...David Waern2012-09-071-6/+49
| |\
| | * Hide "internal" instancesRoman Cheplyaka2012-07-271-6/+49
| * | Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6David Waern2012-07-231-1/+1
| |\ \
| | * | Use LANGUAGE pragmas instead of default-extensions in cabal fileSimon Hengel2012-05-271-1/+1
| | |/
* | | Use InstEnv.instanceSig rather than instanceHead (name change)Simon Peyton Jones2013-01-021-1/+1
* | | Implement overlapping type family instances.Richard Eisenberg2012-12-211-1/+1
|/ /
* | Add support for type-level literals.Iavor S. Diatchki2012-03-151-1/+4
* | Follow rename of Instance to ClsInst in GHCIan Lynagh2012-01-031-1/+1
|/
* Go back to having a doc, sub and decl map instead of one big decl map.David Waern2011-12-271-6/+3
* 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