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