aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface/Create.hs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | Conflicts: src/Haddock/InterfaceFile.hs
| * Add a type signature for a where-bindingSimon Hengel2012-05-271-0/+1
| |
| * Fix typo in commentSimon Hengel2012-05-271-1/+1
| |
* | 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 ↵Henning Thielemann2012-04-021-10/+31
| | | | | | | | | | | | finding the package that a module belongs to
| * | 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
| |/ | | | | | | | | Currently we ignore the package a module is imported from. This means that a module import would shadow another one with the same module name from a different package.
| * 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
| | | | | | | | | | * Match against local names only. * Simplify (it's OK to map over the warnings).
| * 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
| |
* | Track changes in HsDeclsSimon Peyton Jones2012-02-061-3/+3
| |
* | Follow rename of Instance to ClsInst in GHCIan Lynagh2012-01-031-4/+4
|/
* Minor fixes and cleanup.David Waern2011-12-281-58/+58
|
* Complete support for inferring types for top-level bindings.David Waern2011-12-271-32/+44
|
* Wibbles.David Waern2011-12-271-24/+23
|
* Cleanup.David Waern2011-12-271-39/+12
|
* Get rid of quite unnecessary use of different lists.David Waern2011-12-271-33/+14
|
* Go back to having a doc, sub and decl map instead of one big decl map.David Waern2011-12-271-117/+115
| | | | | | | | | This setup makes more sense since when we add value bindings to the processed declarations (for type inference), we will have multiple declarations which should share documentation. Also, we already have a separate doc map for instances which we can now merge into the main doc map. Another benefit is that we don't need the DeclInfo type any longer.
* More cleanup.David Waern2011-12-031-16/+25
|
* Cleanup.David Waern2011-12-031-27/+11
|
* Slightly better behaviour on top-levels without type signatures.David Waern2011-12-031-127/+76
| | | | | | | | - Docs don't get attached to the next top-level with signature by mistake. - If there's an export list and the top-level is part of it, its doc comment shows up in the documentation.
* Remove #ifs for older compiler versions.David Waern2011-11-251-4/+0
|
* Fix build.David Waern2011-11-061-1/+1
|
* Use getDeclMainBinder instead of declNames.David Waern2011-11-061-33/+4
|