aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Types.hs
Commit message (Expand)AuthorAgeFilesLines
* Haddock.Types: More precise version guardBen Gamari2016-08-071-1/+1
* Disable NFData instances for GHC types when GHC >= 8.0.2Simon Marlow2016-08-021-2/+6
* Remove unused functionsMatthew Pickering2016-04-161-5/+0
* Merge remote-tracking branch 'idontgetoutmuch/ghc-head' into ghc-headBen Gamari2015-12-251-1/+4
|\
| * Fix the documentation for haddock itself.Dominic Steinitz2015-12-211-1/+2
| * Handle inline math with mathjax.Dominic Steinitz2015-12-211-0/+2
* | Merge remote-tracking branch 'phadej/orphans' into ghc-headBen Gamari2015-12-201-0/+4
|\ \ | |/ |/|
| * Generate docs for orphan instancesOleg Grenrus2015-09-271-0/+4
* | Types: Add Outputable[Bndr] DocName instancesBen Gamari2015-12-161-0/+8
* | Update for D1200Ben Gamari2015-12-161-2/+3
* | Changes to compile with 8.0Matthew Pickering2015-12-141-5/+5
* | Canonicalise Monad instancesHerbert Valerio Riedel2015-12-141-5/+5
* | Update to match GHC wip/T11019Alan Zimmerman2015-12-141-6/+7
* | Roughly fix up haddock for DuplicateRecordFields changesAdam Gundry2015-12-141-2/+2
* | Update after wild card renaming refactoring in D613Thomas Winant2015-12-141-0/+16
|/
* Move `InstOrigin` type declaration to more appropriate module.Łukasz Hanuszczak2015-08-211-0/+18
* Make instance details record use new type for family declarations.Łukasz Hanuszczak2015-08-211-1/+1
* Introduce alternative type for family declarations.Łukasz Hanuszczak2015-08-211-0/+31
* Attach associated types information to instance header.Łukasz Hanuszczak2015-08-211-0/+1
* Get rid of no longer neccessary instance specification type.Łukasz Hanuszczak2015-08-211-6/+0
* Integrate instance specification type into class instance definition.Łukasz Hanuszczak2015-08-211-3/+10
* Move `SetName` class definition to types module.Łukasz Hanuszczak2015-08-211-0/+17
* Hook type specialization logic with HTML pretty-printer.Łukasz Hanuszczak2015-08-211-0/+6
* Move dummy post-family instances for `DocName` to `Types` module.Łukasz Hanuszczak2015-08-211-2/+15
* Refactor instance head type to record instead of a meaningless tuple.Łukasz Hanuszczak2015-08-211-1/+6
* Move source paths types to hyperlinker types module.Łukasz Hanuszczak2015-07-061-9/+0
* Extract main hyperlinker types to separate module.Łukasz Hanuszczak2015-07-061-1/+2
* Refactor source path mapping to use modules as indices.Łukasz Hanuszczak2015-07-051-1/+8
* Extend module interface with rich source token stream field.Łukasz Hanuszczak2015-06-301-0/+5
* Attach to instance location the name that has the same location filejpmoresmau2015-06-121-1/+1
* Sort out some module import warningsMateusz Kowalczyk2015-01-221-1/+0
* Links to source location of class instance definitionsjpmoresmau2015-01-221-2/+2
* Make compatible with `deepseq-1.4.0.0`Herbert Valerio Riedel2014-12-121-3/+3
* Revert "Merge branch 'reverts'"Mateusz Kowalczyk2014-12-121-1/+1
* Allow the parser to spit out meta-infoMateusz Kowalczyk2014-12-101-7/+8
* Move sources under haddock-api/srcMateusz Kowalczyk2014-08-231-0/+552