aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Convert.hs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Accomodate change in PatSyn representation"Mateusz Kowalczyk2014-05-291-1/+1
* Accomodate change in PatSyn representationDr. ERDI Gergo2014-05-251-1/+1
* Display minimal complete definitions for type classesNiklas Haas2014-03-131-2/+3
* Hide RHS of TFs with non-exported right hand sidesNiklas Haas2014-03-131-3/+4
* Improve display of poly-kinded type operatorsnand2014-02-111-3/+7
* Add support for type/data familiesnand2014-02-111-10/+24
* Support for -XPatternSynonymsDr. ERDI Gergo2014-01-191-1/+11
* Revision to reflect new role annotation syntax in GHC.Richard Eisenberg2013-09-171-5/+4
* Changes to reflect changes in GHC's type HsTyVarBndrRichard Eisenberg2013-08-021-4/+5
* Remove (error "synifyKind") to use WithinType, to allow haddock to process base.Richard Eisenberg2013-07-241-1/+1
* Updates to reflect changes in HsDecls to support closed type families.Richard Eisenberg2013-06-211-15/+28
* TypoGabor Greif2013-02-151-1/+1
* Track change to HsBang typeSimon Peyton Jones2013-01-141-3/+3
* Merge branch 'master' of http://darcs.haskell.org//haddockSimon Peyton Jones2012-12-231-47/+65
|\
| * Implement overlapping type family instances.Richard Eisenberg2012-12-211-47/+65
* | Track changes in HsBangSimon Peyton Jones2012-12-231-1/+1
|/
* Track changes in UNPACK pragma stuffSimon Peyton Jones2012-12-191-7/+13
* Follow data type changes in the tc-untouchables branchSimon Peyton Jones2012-09-201-6/+3
* Follow changes for the implementation of implicit parametersSimon Peyton Jones2012-06-131-3/+6
* Follow changes in LHsTyVarBndrsSimon Peyton Jones2012-05-251-14/+18
* Follow changes to LHsTyVarBndrsSimon Peyton Jones2012-05-111-6/+6
* Track changes in HsSynSimon Peyton Jones2012-04-201-16/+17
* Merge branch 'master' of http://darcs.haskell.org//haddockSimon Peyton Jones2012-03-261-0/+5
|\
| * Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-191-9/+8
| |\
| * | Add support for type-level literals.Iavor S. Diatchki2012-03-151-0/+5
* | | Follow refactoring of TyClDecl/HsTyDefnSimon Peyton Jones2012-03-261-40/+37
| |/ |/|
* | Follow changes to tcdKindSig (Trac #5937)Simon Peyton Jones2012-03-161-9/+8
|/
* Follow changes in data representation from the big PolyKinds commitSimon Peyton Jones2012-03-021-4/+6
* Follow changes in GHCIan Lynagh2012-02-221-2/+2
* Follow changes in GHC caused by the CAPI CTYPE pragmaIan Lynagh2012-02-161-3/+4
* Remove redundant importsSimon Peyton Jones2011-11-171-1/+1
* Follow changes to tuple sorts in masterJose Pedro Magalhaes2011-11-161-2/+2
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-7/+9
* Replace FactTuple with ConstraintTupleMax Bolingbroke2011-09-091-3/+3
* Merge branch 'no-pred-ty'Max Bolingbroke2011-09-091-49/+37
|\
| * Adapt Haddock for the ConstraintKind extension changesMax Bolingbroke2011-09-061-40/+35
* | Ignore associated type defaults (just as we ignore default methods)Max Bolingbroke2011-09-091-3/+10
|/
* * Merge in git patch from Michal TerepetaDavid Waern2011-06-111-2/+2
* Add git commits since switchover:David Waern2011-06-101-10/+30
* Remove code for ghc < 7David Waern2010-11-151-17/+0
* Adapt to minor changes in internal GHC functionssimonpj2010-09-131-6/+6
* Trailing whitespace in Haddock.ConvertDavid Waern2010-07-211-1/+1
* Newlines in ConvertDavid Waern2010-05-131-0/+12
* Position the module header the same way everywhereDavid Waern2010-05-131-2/+1
* Fix build with GHC 6.12.2David Waern2010-05-131-0/+8
* Minor wibbles to HsBang stuffsimonpj2010-05-071-5/+7
* Remove redundant importIan Lynagh2010-05-061-1/+0
* Fix buildIan Lynagh2010-05-061-6/+4
* Fix build with GHC 6.12.1david.waern2010-03-181-0/+8
* Track changes in HsTyVarBndrsimonpj2010-02-101-1/+1