Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : tc-untouchables
http://hackage.haskell.org/trac/ghc/changeset/bbea818c315a6757edf42252469b4378deee3a31 >--------------------------------------------------------------- commit bbea818c315a6757edf42252469b4378deee3a31 Author: Simon Peyton Jones <[email protected]> Date: Fri Sep 28 15:54:44 2012 +0100 Add TypeHoles to the list of LANGUAGE extensions that GHC knows but Cabal doesn't >--------------------------------------------------------------- tests/driver/T4437.hs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/driver/T4437.hs b/tests/driver/T4437.hs index 348edca..585dffa 100644 --- a/tests/driver/T4437.hs +++ b/tests/driver/T4437.hs @@ -45,7 +45,8 @@ expectedGhcOnlyExtensions = ["ParallelArrays", "InstanceSigs", "CApiFFI", "LambdaCase", - "MultiWayIf"] + "MultiWayIf", + "TypeHoles"] expectedCabalOnlyExtensions :: [String] expectedCabalOnlyExtensions = ["Generics", _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
