Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add proper GADTs support to Template Haskell | Jan Stolarek | 2015-12-21 | 1 | -7/+6 |
| | | | | | | | | | | | | | | | | Until now GADTs were supported in Template Haskell by encoding them using normal data types. This patch adds proper support for representing GADTs in TH. Test Plan: T10828 Reviewers: goldfire, austin, bgamari Subscribers: thomie, mpickering Differential Revision: https://phabricator.haskell.org/D1465 GHC Trac Issues: #10828 | ||||
* | Testsuite wibbles from fixing #8953 | Richard Eisenberg | 2014-11-01 | 1 | -6/+9 |
| | |||||
* | Update to tests due to change in syntax for role annotations. | Richard Eisenberg | 2013-09-17 | 1 | -3/+3 |
| | |||||
* | Add tests for roles. | Richard Eisenberg | 2013-08-02 | 1 | -6/+6 |
| | | | | | | Many of the files modified are just wibbles to output, because now tycons have roles attached to them, which are produced in the debugging dumps. | ||||
* | Move tests from tests/ghc-regress/* to just tests/* | David Terei | 2011-07-20 | 1 | -0/+6 |