aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Convert.hs
Commit message (Collapse)AuthorAgeFilesLines
* Roughly fix up haddock for DuplicateRecordFields changesAdam Gundry2015-10-161-3/+5
| | | | | This compiles, but will probably need more work to produce good documentation when the DuplicateRecordFields extension is used.
* React to refactoring CoAxiom branch lists.Richard Eisenberg2015-09-211-1/+1
|
* Follow changes from #6018Jan Stolarek2015-09-031-11/+31
|
* account for changes to ipClassEric Seidel2015-08-301-3/+2
|
* HsBang is split into HsSrcBang and HsImplBangAdam Sandberg Eriksson2015-08-091-12/+8
| | | | | With recent changes in GHC handling of strictness annotations in Haddock is simplified.
* StrictData: changes in HsBang typeAdam Sandberg Eriksson2015-07-081-4/+4
|
* StrictData: print correct strictness marksAdam Sandberg Eriksson2015-07-071-4/+4
|
* Track API changes to support empty closed type familesAdam Gundry2015-05-041-6/+10
|
* Track change in API of TyConSimon Peyton Jones2015-05-011-2/+3
|
* Follow API changes in D538Alan Zimmerman2015-01-161-11/+11
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Track naming change in DataConSimon Peyton Jones2015-01-081-3/+3
|
* Remove redundant wild-card pattern matchHerbert Valerio Riedel2014-12-141-1/+0
| | | | (this would otherwise cause a build-failure with `-Werror`)
* Support for PartialTypeSignaturesThomas Winant2014-12-121-4/+5
| | | | | | | Conflicts: haddock-api/src/Haddock/Backends/Xhtml/Decl.hs haddock-api/src/Haddock/Convert.hs haddock-api/src/Haddock/Interface/Create.hs
* Follow API changes in D426Alan Zimmerman2014-12-121-4/+3
| | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> Conflicts: haddock-api/src/Haddock/Backends/LaTeX.hs haddock-api/src/Haddock/Backends/Xhtml/Decl.hs haddock-api/src/Haddock/Convert.hs
* Follow changes from #9812Jan Stolarek2014-12-121-11/+8
| | | | | Conflicts: haddock-api/src/Haddock/Convert.hs
* Update Haddock to new pattern synonym type signature syntaxDr. ERDI Gergo2014-12-121-14/+7
| | | | | | Conflicts: haddock-api/src/Haddock/Backends/Xhtml/Decl.hs haddock-api/src/Haddock/Convert.hs
* Follow changes to TypeAnnot in GHC HEADAlan Zimmerman2014-12-121-5/+5
| | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> Conflicts: haddock-api/src/Haddock/Convert.hs
* Revert "Merge branch 'reverts'"Mateusz Kowalczyk2014-12-121-6/+6
| | | | | | | | This reverts commit 5c93cc347773c7634321edd5f808d5b55b46301f, reversing changes made to 5b81a9e53894d2ae591ca0c6c96199632d39eb06. Conflicts: haddock-api/src/Haddock/Convert.hs
* Fix warningsMateusz Kowalczyk2014-11-041-2/+1
|
* Turn some uses of error into recoverable warningsMateusz Kowalczyk2014-11-041-78/+97
| | | | | | | This should at the very least not abort when something weird happens. It does feel like we should have a type that carries these errors until the end however as the user might not see them unless they are printed at the end.
* Fix re-exports of built-in type familiesMateusz Kowalczyk2014-11-041-4/+7
| | | | Fixes #310
* whitespace onlyMateusz Kowalczyk2014-11-041-9/+9
|
* Move sources under haddock-api/srcMateusz Kowalczyk2014-08-231-0/+403