aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Minimal.hs
Commit message (Collapse)AuthorAgeFilesLines
* Update test cases for GHC bug #8945, Haddock #188Mateusz Kowalczyk2014-04-031-6/+19
| | | | | | | 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.
* Hide minimal definition for only-method classesNiklas Haas2014-03-151-0/+40
Previously this was not covered by the All xs check since here it is not actually an All, rather a single Var n. This also adds the previously missing html-test/src/Minimal.hs.