aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/Minimal.html
Commit message (Collapse)AuthorAgeFilesLines
* Update tests for previous commitPhil Ruffwind2016-02-081-44/+94
|
* html-test: Accept test outputBen Gamari2016-02-081-62/+63
|
* Update tests to follow HTML changesMateusz Kowalczyk2015-08-021-26/+26
|
* support GHC 7.10: no Safe-Inferred, Foldable instancejpmoresmau2015-01-221-1/+1
|
* Update test cases for GHC bug #8945, Haddock #188Mateusz Kowalczyk2014-04-031-20/+44
| | | | | | | The order of signature groups has been corrected upstream. Here we add a test case and update some existing test-cases to reflect this change. We remove grouped signature in test cases that we can (Minimal, BugDeprecated &c) so that the test is as self-contained as possible.
* Display minimal complete definitions for type classesNiklas Haas2014-03-131-0/+273
This corresponds to the new {-# MINIMAL #-} pragma present in GHC 7.8+. I also cleaned up some of the places in which ExportDecl is used to make adding fields easier in the future. Lots of test cases have been updated since they now render with minimality information.