aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/LaTeX.hs
Commit message (Expand)AuthorAgeFilesLines
* Move sources under haddock-api/srcMateusz Kowalczyk2014-08-231-1221/+0
* Display minimal complete definitions for type classesNiklas Haas2014-03-131-3/+3
* Hide RHS of TFs with non-exported right hand sidesNiklas Haas2014-03-131-1/+2
* Differentiate between TH splices (line-links) and regular namesNiklas Haas2014-03-091-3/+3
* Render fixity informationNiklas Haas2014-03-081-5/+6
* Improve display of poly-kinded type operatorsnand2014-02-111-11/+11
* Add support for type/data familiesnand2014-02-111-7/+9
* Support for -XPatternSynonymsDr. ERDI Gergo2014-01-191-2/+42
* Per-module extension flags and language listing.Mateusz Kowalczyk2014-01-121-1/+2
* Allow for headings inside function documentation.Mateusz Kowalczyk2014-01-121-1/+8
* Support for bold.Mateusz Kowalczyk2014-01-121-0/+3
* One pass parser and tests.Mateusz Kowalczyk2014-01-121-18/+29
* 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-171-1/+0
* Fix ticket #247.Mateusz Kowalczyk2013-08-271-2/+6
* Changes to reflect changes in GHC's type HsTyVarBndrRichard Eisenberg2013-08-021-0/+1
* Merge branch 'ghc-7.6' into ghc-7.6-merge-2Kazu Yamamoto2013-02-011-1/+6
|\
| * Add markup support for propertiesKazu Yamamoto2012-10-091-0/+1
| * Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6David Waern2012-07-231-1/+5
| |\
| | * Add an optional label to URLsSimon Hengel2012-05-271-1/+5
* | | Implement overlapping type family instances.Richard Eisenberg2012-12-211-10/+10
* | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//haddockIan Lynagh2012-07-191-27/+28
|\| |
| * | Forward port changes from stable.Paolo Capriotti2012-07-191-27/+28
| |\|
| | * Attach warnings to `Documentation` typeSimon Hengel2012-05-171-4/+4
| | * newtype-wrap Doc nodes for things that may have warnings attachedSimon Hengel2012-05-171-27/+29
| | * Use >>= instead of fmap and joinSimon Hengel2012-05-171-3/+2
| | * Add DocWarning to DocSimon Hengel2012-02-041-0/+1
* | | Follow changes in GHCIan Lynagh2012-07-151-1/+2
|/ /
* | Follow changes for the implementation of implicit parametersSimon Peyton Jones2012-06-131-2/+3
* | Follow changes to LHsTyVarBndrsSimon Peyton Jones2012-05-111-6/+6
* | Track changes in HsSynSimon Peyton Jones2012-04-201-1/+2
* | Merge branch 'master' of http://darcs.haskell.org//haddockSimon Peyton Jones2012-03-261-0/+9
|\ \
| * | Add support for type-level literals.Iavor S. Diatchki2012-03-151-0/+9
* | | Follow refactoring of TyClDecl/HsTyDefnSimon Peyton Jones2012-03-261-38/+18
|/ /
* | Follow changes in data representation from the big PolyKinds commitSimon Peyton Jones2012-03-021-1/+1
* | Follow changes in GHCIan Lynagh2012-02-221-1/+1
* | Follow changes in GHC caused by the CAPI CTYPE pragmaIan Lynagh2012-02-161-1/+1
|/
* Allow doc comments to link to out-of-scope things (#78).David Waern2011-11-261-18/+19
* Give preference to type over data constructors for doc comment links at renam...David Waern2011-11-261-19/+7
* Follow changes to tuple sorts in masterJose Pedro Magalhaes2011-11-161-2/+2
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-8/+12
* Merge branch 'no-pred-ty'Max Bolingbroke2011-09-091-17/+14
|\
| * Adapt Haddock for the ConstraintKind extension changesMax Bolingbroke2011-09-061-17/+14
* | Ignore associated type defaults (just as we ignore default methods)Max Bolingbroke2011-09-091-3/+3
|/
* * Merge in git patch from Michal TerepetaDavid Waern2011-06-111-30/+35
* Add git commits since switchover:David Waern2011-06-101-1/+0
* Remove docNameOcc under the motto "don't name compositions"David Waern2010-11-151-7/+7
* Remove code for ghc < 7David Waern2010-11-151-12/+0
* Adapt to minor changes in internal GHC functionssimonpj2010-09-131-0/+1
* Remove conflict left-overDavid Waern2010-07-241-1/+1