aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends
Commit message (Expand)AuthorAgeFilesLines
* Handle infix vs prefix names correctly everywhere, by explicitly specifying t...Dr. ERDI Gergo2014-01-314-56/+66
* <+>: Don't insert a space when concatenating empty nodesDr. ERDI Gergo2014-01-311-1/+3
* Support for -XPatternSynonymsDr. ERDI Gergo2014-01-194-22/+118
* Fixes #271Mateusz Kowalczyk2014-01-131-1/+1
* Per-module extension flags and language listing.Mateusz Kowalczyk2014-01-122-14/+33
* Allow for headings inside function documentation.Mateusz Kowalczyk2014-01-123-3/+22
* Support for bold.Mateusz Kowalczyk2014-01-123-3/+8
* One pass parser and tests.Mateusz Kowalczyk2014-01-123-29/+40
* Adapt to small change in Pretty's exportsSimon Peyton Jones2014-01-101-3/+3
* Revision to reflect new role annotation syntax in GHC.Richard Eisenberg2013-09-173-3/+1
* Fix ticket #247.Mateusz Kowalczyk2013-08-271-2/+6
* Output Copright and License keys in Xhtml backend.Mathieu Boespflug2013-08-041-5/+7
* Changes to reflect changes in GHC's type HsTyVarBndrRichard Eisenberg2013-08-023-1/+3
* Updates to reflect changes in HsDecls to support closed type families.Richard Eisenberg2013-06-211-6/+14
* Follow changes in baseIan Lynagh2013-02-161-0/+3
* Merge branch 'ghc-7.6' into ghc-7.6-merge-2Kazu Yamamoto2013-02-013-3/+11
|\
| * Add markup support for propertiesKazu Yamamoto2012-10-093-0/+3
| * Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6David Waern2012-07-233-3/+8
| |\
| | * Add an optional label to URLsSimon Hengel2012-05-273-3/+8
* | | Implement overlapping type family instances.Richard Eisenberg2012-12-214-56/+57
* | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//haddockIan Lynagh2012-07-198-144/+146
|\| |
| * | Forward port changes from stable.Paolo Capriotti2012-07-198-144/+146
| |\|
| | * Attach warnings to `Documentation` typeSimon Hengel2012-05-175-9/+9
| | * newtype-wrap Doc nodes for things that may have warnings attachedSimon Hengel2012-05-175-62/+66
| | * Use >>= instead of fmap and joinSimon Hengel2012-05-172-7/+4
| | * qualification style 'abbreviated' -> 'aliased'Henning Thielemann2012-04-022-5/+5
| | * abbreviated qualification: use Packages.lookupModuleInAllPackages for finding...Henning Thielemann2012-04-021-1/+1
| | * 'abbreviate' qualification style - basic supportHenning Thielemann2012-04-012-7/+18
| | * add QualOption type for distinction between qualification argument given by t...Henning Thielemann2012-04-012-15/+7
| | * Fix crash when using --qual. Naughty GHC API!David Waern2012-04-011-1/+4
| | * Mostly hlint-inspired cleanup.David Waern2012-02-044-41/+38
| | * Remove code for older ghc versions.David Waern2012-02-041-4/+0
| | * Style police.David Waern2012-02-041-2/+2
| | * Merge branch 'fix-for-186' of https://github.com/sol/haddock into ghc-7.4David Waern2012-02-043-11/+11
| | |\
| | | * Make sure that generated xhtml is valid (close #186)Simon Hengel2012-01-123-11/+11
| | * | Remove obsolete TODOSimon Hengel2012-02-041-1/+0
| | * | Add DocWarning to DocSimon Hengel2012-02-043-0/+3
| | |/
* | / Follow changes in GHCIan Lynagh2012-07-151-1/+2
|/ /
* | Follow changes for the implementation of implicit parametersSimon Peyton Jones2012-06-133-4/+9
* | Follow changes in GHCIan Lynagh2012-06-121-54/+57
* | Follow changes in LHsTyVarBndrsSimon Peyton Jones2012-05-251-1/+1
* | Follow changes to LHsTyVarBndrsSimon Peyton Jones2012-05-113-17/+18
* | Track changes in HsSynSimon Peyton Jones2012-04-202-3/+6
* | Merge branch 'master' of http://darcs.haskell.org//haddockSimon Peyton Jones2012-03-262-2/+17
|\ \
| * | 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-152-0/+15
* | | | Follow refactoring of TyClDecl/HsTyDefnSimon Peyton Jones2012-03-264-113/+48
| |/ / |/| |
* | | 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-022-3/+3