aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock
Commit message (Expand)AuthorAgeFilesLines
* ghc 7.8.2 compatibilityLuite Stegeman2014-08-222-2/+19
* Move Haddock API to a separate packageSimon Hengel2014-08-221-1/+8
* Fix #313 by doing some list munging.Mateusz Kowalczyk2014-08-153-6/+8
* Revert "Replace local `die` by new `System.Exit.die`"Mateusz Kowalczyk2014-08-141-1/+5
* Revert "Propagate overloading-mode for instance declarations in haddock (#9242)"Mateusz Kowalczyk2014-08-141-6/+2
* Revert "Adapt to new definition of HsDecls.TyFamEqn"Mateusz Kowalczyk2014-08-144-26/+16
* Revert "Track GHC PackageId to PackageKey renaming."Mateusz Kowalczyk2014-08-148-25/+25
* Revert "Track changes for module reexports."Mateusz Kowalczyk2014-08-141-3/+2
* Revert "Track type signature change of lookupModuleInAllPackages"Mateusz Kowalczyk2014-08-141-3/+6
* Bump down the version for master to 2.14.4Mateusz Kowalczyk2014-08-141-1/+1
* Track type signature change of lookupModuleInAllPackagesEdward Z. Yang2014-08-051-6/+3
* Track changes for module reexports.Edward Z. Yang2014-07-251-2/+3
* Track GHC PackageId to PackageKey renaming.Edward Z. Yang2014-07-218-25/+25
* Adapt to new definition of HsDecls.TyFamEqnSimon Peyton Jones2014-07-144-16/+26
* Propagate overloading-mode for instance declarations in haddock (#9242)Iavor S. Diatchki2014-07-011-2/+6
* Fix anchors. Closes #308.Mateusz Kowalczyk2014-06-251-1/+6
* Follow change in patSynSigSimon Peyton Jones2014-06-061-2/+2
* Revert "Revert "Accomodate change in PatSyn representation""Mateusz Kowalczyk2014-05-291-1/+1
* Revert "Accomodate change in PatSyn representation"Mateusz Kowalczyk2014-05-291-1/+1
* Accomodate change in PatSyn representationDr. ERDI Gergo2014-05-251-1/+1
* Remove no longer necessary parser error handling.Mateusz Kowalczyk2014-05-064-142/+103
* Move parser + parser tests out to own package.Mateusz Kowalczyk2014-05-057-713/+49
* Prepare modules for parser split.Mateusz Kowalczyk2014-05-057-155/+193
* Replace local `die` by new `System.Exit.die`Herbert Valerio Riedel2014-04-211-5/+1
* remove Origin flag from LHsBindsLRDr. ERDI Gergo2014-04-131-8/+8
* Parse identifiers with ^ and ⋆ in them.Mateusz Kowalczyk2014-04-111-1/+9
* Crash when exporting record selectors of data family instancesNiklas Haas2014-03-311-10/+24
* Drop leading whitespace in @-style blocks.Mateusz Kowalczyk2014-03-311-3/+28
* Print kind signatures on GADTsMateusz Kowalczyk2014-03-311-6/+10
* Fix issue #281Niklas Haas2014-03-152-10/+14
* Hide minimal definition for only-method classesNiklas Haas2014-03-151-1/+6
* Display minimal complete definitions for type classesNiklas Haas2014-03-139-30/+78
* Add UnicodeSyntax alternatives for * and ->Niklas Haas2014-03-131-2/+7
* Hide RHS of TFs with non-exported right hand sidesNiklas Haas2014-03-136-12/+13
* Revert "Reorder topDeclElem to move the source/wiki links to the top"Niklas Haas2014-03-111-1/+1
* Filter family instances of hidden typesNiklas Haas2014-03-111-4/+11
* Update appearance of fixity annotationsNiklas Haas2014-03-111-17/+25
* Include fixity information in the Interface fileNiklas Haas2014-03-114-30/+40
* Group similar fixities togetherNiklas Haas2014-03-091-3/+10
* Differentiate between TH splices (line-links) and regular namesNiklas Haas2014-03-0910-138/+178
* Use optLast instead of listToMaybe for sourceUrls/wikiUrlsNiklas Haas2014-03-091-7/+6
* Reorder topDeclElem to move the source/wiki links to the topNiklas Haas2014-03-091-1/+1
* Render fixity informationNiklas Haas2014-03-088-102/+182
* Change rendering of duplicate record field docsMateusz Kowalczyk2014-02-271-1/+2
* Fix rendering of Contents when links are presentMateusz Kowalczyk2014-02-244-22/+37
* Lower precedence of equality constraintsNiklas Haas2014-02-231-1/+1
* Make ImplicitParams render correctly (#260)Niklas Haas2014-02-232-8/+13
* Don't shadow ‘strip’.Mateusz Kowalczyk2014-02-231-4/+4
* Turn a source code comment into specsSimon Hengel2014-02-221-2/+0
* Strip a single leading space from bird tracks (#201)Niklas Haas2014-02-221-1/+10