aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface/Create.hs
Commit message (Expand)AuthorAgeFilesLines
* Add support for type/data familiesnand2014-02-111-71/+51
* Support for -XPatternSynonymsDr. ERDI Gergo2014-01-191-10/+14
* Per-module extension flags and language listing.Mateusz Kowalczyk2014-01-121-10/+15
* Revision to reflect new role annotation syntax in GHC.Richard Eisenberg2013-09-171-1/+1
* Updates to reflect changes in HsDecls to support closed type families.Richard Eisenberg2013-06-211-5/+8
* Merge branch 'ghc-7.6' into ghc-7.6-merge-2Kazu Yamamoto2013-02-011-44/+56
|\
| * Properly handle deprecation messages for re-exported things (fixes #220)Simon Hengel2012-10-141-3/+4
| * Minor formatting changeSimon Hengel2012-10-141-19/+19
| * If parsing of deprecation message fails, include it verbatimSimon Hengel2012-10-141-9/+10
| * Allow haddock markup in deprecation messagesSimon Hengel2012-10-141-20/+29
| * Improve haddock memory usageIan Lynagh2012-08-131-21/+34
| * Merge branch 'dev' of https://github.com/sol/haddock into ghc-7.6David Waern2012-07-231-1/+2
| |\
| | * Add a type signature for a where-bindingSimon Hengel2012-05-271-0/+1
| | * Fix typo in commentSimon Hengel2012-05-271-1/+1
* | | Implement overlapping type family instances.Richard Eisenberg2012-12-211-9/+16
* | | Follow changes in GHC: 'flags' has been renamed 'generalFlags'Ian Lynagh2012-10-181-1/+1
* | | Remove some temporary pragmas I accidentally recordedIan Lynagh2012-08-141-1/+0
* | | Improve haddock memory usageIan Lynagh2012-08-131-21/+34
|/ /
* | Forward port changes from stable.Paolo Capriotti2012-07-191-122/+197
|\|
| * Use a map for warnings, as suggested by @waernSimon Hengel2012-05-261-23/+20
| * Simplify lookupWarningSimon Hengel2012-05-171-6/+8
| * Attach warnings to `Documentation` typeSimon Hengel2012-05-171-40/+35
| * newtype-wrap Doc nodes for things that may have warnings attachedSimon Hengel2012-05-171-5/+7
| * Merge http://code.haskell.org/~thielema/haddock/ into ghc-7.4David Waern2012-05-161-12/+33
| |\
| | * qualification style 'abbreviated' -> 'aliased'Henning Thielemann2012-04-021-7/+7
| | * abbreviated qualification: use Packages.lookupModuleInAllPackages for finding...Henning Thielemann2012-04-021-10/+31
| * | Merge branch 'ghc-7.4' of http://darcs.haskell.org/haddock into ghc-7.4David Waern2012-05-151-1/+2
| |\ \ | | |/ | |/|
| | * Fix reporting of modules safe haskell mode (#5989)David Terei2012-04-061-1/+2
| * | 'abbreviate' qualification style - basic supportHenning Thielemann2012-04-011-0/+14
| |/
| * Don't filter out unexported names from the four maps - fixes a regression.David Waern2012-04-011-5/+4
| * Cleanup.David Waern2012-04-011-12/+1
| * Take reader environment directly from TypecheckedSource.David Waern2012-04-011-3/+11
| * Mostly hlint-inspired cleanup.David Waern2012-02-041-12/+12
| * Clean up some code from last SoC project.David Waern2012-02-041-34/+41
| * Use <> instead of mappend.David Waern2012-02-041-3/+3
| * Some cleanup and make sure we filter warnings through exports.David Waern2012-02-041-33/+47
| * Fix issues in support for warnings.David Waern2012-02-041-24/+9
| * Expand type signatures for modules without explicit export listSimon Hengel2012-02-041-1/+14
| * Expand type signatures in export list (fixes #192)Simon Hengel2012-02-041-14/+5
| * Add support for warningsSimon Hengel2012-02-041-2/+25
| * Add support for module warningsSimon Hengel2012-02-041-1/+20
| * Cleanup mkMaps and avoid quadratic behaviour.David Waern2012-02-011-28/+29
| * Fix bug introduced in my recent refactoring.David Waern2012-02-011-16/+18
* | Use right docMap to get decl documentation.Paolo Capriotti2012-06-221-1/+7
* | Follow changes in GHCIan Lynagh2012-06-121-18/+18
* | Follow changes in LHsTyVarBndrsSimon Peyton Jones2012-05-251-1/+1
* | Track changes in HsSynSimon Peyton Jones2012-04-201-3/+3
* | Fix reporting of modules safe haskell mode (#5989)David Terei2012-04-041-1/+2
* | Follow refactoring of TyClDecl/HsTyDefnSimon Peyton Jones2012-03-261-6/+6
* | Follow changes in data representation from the big PolyKinds commitSimon Peyton Jones2012-03-021-1/+0