aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/LaTeX.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix warningsSimon Marlow2010-07-141-1/+1
* common up code for instance renderingSimon Marlow2010-07-141-10/+16
* Solve conflictsDavid Waern2010-07-221-37/+34
* fix warningsSimon Marlow2010-06-301-35/+38
* Style police in LaTeX backend (mainly more newlines)David Waern2010-07-211-24/+120
* Fix warnings in LaTeX backendDavid Waern2010-07-211-33/+19
* Fix a few stylistic whitespace issues in LaTeX backendDavid Waern2010-07-011-80/+80
* LaTeX backend (new options: --latex, --latex-style=<style>)Simon Marlow2010-06-301-0/+1082