Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update test cases for GHC bug #8945, Haddock #188 | Mateusz Kowalczyk | 2014-04-03 | 1 | -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 classes | Niklas Haas | 2014-03-15 | 1 | -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. |