Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display minimal complete definitions for type classes | Niklas Haas | 2014-03-13 | 1 | -0/+1 |
| | | | | | | | | | 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. | ||||
* | Don't append newline to parseString input | Simon Hengel | 2014-01-12 | 1 | -26/+26 |
| | | | | We also check that we have parsed everything with endOfInput. | ||||
* | Move source files for HTML tests to html-test/src | Simon Hengel | 2012-10-15 | 1 | -0/+422 |