Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in extension flags | Simon Peyton Jones | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of http://darcs.haskell.org/testsuite | Simon Peyton Jones | 2013-01-08 | 1 | -1/+2 |
|\ | | | | | | | | | Conflicts: tests/simplCore/should_compile/T7360.stderr | ||||
| * | EmptyCase is now an extension flag that GHC understands (but Cabal does not yet) | Simon Peyton Jones | 2013-01-04 | 1 | -1/+2 |
| | | |||||
* | | Wibbles to error messages and tests, following ambiguity-check changes | Simon Peyton Jones | 2013-01-08 | 1 | -0/+1 |
|/ | |||||
* | Update T4437 following changes in Cabal's extensions list | Ian Lynagh | 2012-10-25 | 1 | -12/+2 |
| | |||||
* | Add TypeHoles to the list of LANGUAGE extensions that GHC knows but Cabal ↵ | Simon Peyton Jones | 2012-09-28 | 1 | -1/+2 |
| | | | | doesn't | ||||
* | update for MultiWayIf and LambdaCase | Simon Marlow | 2012-07-16 | 1 | -1/+3 |
| | |||||
* | Add new extension to the list pf GHC-only extensions. | Iavor S. Diatchki | 2012-03-24 | 1 | -0/+1 |
| | |||||
* | Use the new flag -XDataKinds | Jose Pedro Magalhaes | 2012-01-16 | 1 | -0/+1 |
| | |||||
* | Add InstanceSigs to GhcOnly flags | Simon Peyton Jones | 2011-12-13 | 1 | -0/+1 |
| | |||||
* | Add CApiFFI to T4437 | Ian Lynagh | 2011-11-28 | 1 | -1/+2 |
| | |||||
* | New kind-polymorphic core | Jose Pedro Magalhaes | 2011-11-11 | 1 | -1/+2 |
| | | | | | | | | | This big patch implements a kind-polymorphic core for GHC. The current implementation focuses on making sure that all kind-monomorphic programs still work in the new core; it is not yet guaranteed that kind-polymorphic programs (using the new -XPolyKinds flag) will work. For more information, see http://haskell.org/haskellwiki/GHC/Kinds | ||||
* | update tests for safe haskell changes | David Terei | 2011-10-17 | 1 | -1/+1 |
| | |||||
* | Make T4437 more thorough, and update it | Ian Lynagh | 2011-09-27 | 1 | -17/+45 |
| | | | | | It now knows about all the differences between the extensions that GHC knows, and the extensions that Cabal knows. | ||||
* | Move tests from tests/ghc-regress/* to just tests/* | David Terei | 2011-07-20 | 1 | -0/+26 |