aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Xhtml/Decl.hs
Commit message (Expand)AuthorAgeFilesLines
* Move sources under haddock-api/srcMateusz Kowalczyk2014-08-231-885/+0
* Revert "Adapt to new definition of HsDecls.TyFamEqn"Mateusz Kowalczyk2014-08-141-2/+2
* Adapt to new definition of HsDecls.TyFamEqnSimon Peyton Jones2014-07-141-2/+2
* Print kind signatures on GADTsMateusz Kowalczyk2014-03-311-6/+10
* Fix issue #281Niklas Haas2014-03-151-8/+8
* Hide minimal definition for only-method classesNiklas Haas2014-03-151-1/+6
* Display minimal complete definitions for type classesNiklas Haas2014-03-131-5/+23
* Add UnicodeSyntax alternatives for * and ->Niklas Haas2014-03-131-2/+7
* Hide RHS of TFs with non-exported right hand sidesNiklas Haas2014-03-131-1/+1
* Update appearance of fixity annotationsNiklas Haas2014-03-111-17/+25
* Group similar fixities togetherNiklas Haas2014-03-091-3/+10
* Differentiate between TH splices (line-links) and regular namesNiklas Haas2014-03-091-90/+105
* Render fixity informationNiklas Haas2014-03-081-69/+106
* Fix rendering of Contents when links are presentMateusz Kowalczyk2014-02-241-3/+3
* Lower precedence of equality constraintsNiklas Haas2014-02-231-1/+1
* Make ImplicitParams render correctly (#260)Niklas Haas2014-02-231-7/+12
* Use a bespoke data type to indicate fixityMateusz Kowalczyk2014-02-191-12/+12
* Improve display of poly-kinded type operatorsnand2014-02-111-15/+15
* Add support for type/data familiesnand2014-02-111-17/+25
* Handle infix vs prefix names correctly everywhere, by explicitly specifying t...Dr. ERDI Gergo2014-01-311-17/+15
* Support for -XPatternSynonymsDr. ERDI Gergo2014-01-191-11/+60
* One pass parser and tests.Mateusz Kowalczyk2014-01-121-8/+7
* Revision to reflect new role annotation syntax in GHC.Richard Eisenberg2013-09-171-1/+0
* Changes to reflect changes in GHC's type HsTyVarBndrRichard Eisenberg2013-08-021-0/+1
* Updates to reflect changes in HsDecls to support closed type families.Richard Eisenberg2013-06-211-6/+14
* Implement overlapping type family instances.Richard Eisenberg2012-12-211-30/+32
* Forward port changes from stable.Paolo Capriotti2012-07-191-54/+45
|\
| * Attach warnings to `Documentation` typeSimon Hengel2012-05-171-2/+2
| * newtype-wrap Doc nodes for things that may have warnings attachedSimon Hengel2012-05-171-16/+16
| * Use >>= instead of fmap and joinSimon Hengel2012-05-171-4/+2
| * Mostly hlint-inspired cleanup.David Waern2012-02-041-34/+31
| * Remove code for older ghc versions.David Waern2012-02-041-4/+0
| * Remove obsolete TODOSimon Hengel2012-02-041-1/+0
* | Follow changes for the implementation of implicit parametersSimon Peyton Jones2012-06-131-2/+1
* | Follow changes to LHsTyVarBndrsSimon Peyton Jones2012-05-111-8/+8
* | Track changes in HsSynSimon Peyton Jones2012-04-201-2/+4
* | Merge branch 'master' of http://darcs.haskell.org//haddockSimon Peyton Jones2012-03-261-2/+8
|\ \
| * | Rename variable to avoid shadowing warning.Iavor S. Diatchki2012-03-241-2/+2
| * | Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-191-1/+1
| |\ \
| * | | Add support for type-level literals.Iavor S. Diatchki2012-03-151-0/+6
* | | | Follow refactoring of TyClDecl/HsTyDefnSimon Peyton Jones2012-03-261-61/+17
| |/ / |/| |
* | | Follow changes to tcdKindSig (Trac #5937)Simon Peyton Jones2012-03-161-1/+1
|/ /
* | Follow changes in data representation from the big PolyKinds commitSimon Peyton Jones2012-03-021-2/+2
* | Follow changes in GHCIan Lynagh2012-02-221-1/+1
* | Follow changes in GHC caused by the CAPI CTYPE pragmaIan Lynagh2012-02-161-1/+1
|/
* Follow changes to tuple sorts in masterJose Pedro Magalhaes2011-11-161-2/+2
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-12/+15
* Follow changes to ForeignImport/ForeignExport in GHCIan Lynagh2011-10-011-1/+1
* Merge branch 'no-pred-ty'Max Bolingbroke2011-09-091-18/+14
|\
| * Adapt Haddock for the ConstraintKind extension changesMax Bolingbroke2011-09-061-18/+14