summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T4437.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in extension flagsSimon Peyton Jones2013-01-081-1/+1
|
* Merge branch 'master' of http://darcs.haskell.org/testsuiteSimon Peyton Jones2013-01-081-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 Jones2013-01-041-1/+2
| |
* | Wibbles to error messages and tests, following ambiguity-check changesSimon Peyton Jones2013-01-081-0/+1
|/
* Update T4437 following changes in Cabal's extensions listIan Lynagh2012-10-251-12/+2
|
* Add TypeHoles to the list of LANGUAGE extensions that GHC knows but Cabal ↵Simon Peyton Jones2012-09-281-1/+2
| | | | doesn't
* update for MultiWayIf and LambdaCaseSimon Marlow2012-07-161-1/+3
|
* Add new extension to the list pf GHC-only extensions.Iavor S. Diatchki2012-03-241-0/+1
|
* Use the new flag -XDataKindsJose Pedro Magalhaes2012-01-161-0/+1
|
* Add InstanceSigs to GhcOnly flagsSimon Peyton Jones2011-12-131-0/+1
|
* Add CApiFFI to T4437Ian Lynagh2011-11-281-1/+2
|
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-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 changesDavid Terei2011-10-171-1/+1
|
* Make T4437 more thorough, and update itIan Lynagh2011-09-271-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 Terei2011-07-201-0/+26