[commit: ghc] wip/T2893: Add QuantifiedConstraints to ghc-only extensions (ba61a1b)
git at git.haskell.org
git at git.haskell.org
Wed Jan 31 12:01:46 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T2893
Link : http://ghc.haskell.org/trac/ghc/changeset/ba61a1b029624ce9d363d322ff621609e10838b0/ghc
>---------------------------------------------------------------
commit ba61a1b029624ce9d363d322ff621609e10838b0
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Jan 31 11:59:51 2018 +0000
Add QuantifiedConstraints to ghc-only extensions
...following workflow in DynFlags
Note [Adding a language extension]
>---------------------------------------------------------------
ba61a1b029624ce9d363d322ff621609e10838b0
testsuite/tests/driver/T4437.hs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/driver/T4437.hs b/testsuite/tests/driver/T4437.hs
index 6a46e52..807cbff 100644
--- a/testsuite/tests/driver/T4437.hs
+++ b/testsuite/tests/driver/T4437.hs
@@ -40,7 +40,8 @@ expectedGhcOnlyExtensions = ["RelaxedLayout",
"AlternativeLayoutRule",
"AlternativeLayoutRuleTransitional",
"EmptyDataDeriving",
- "NumericUnderscores"]
+ "NumericUnderscores",
+ "QuantifiedConstraints"]
expectedCabalOnlyExtensions :: [String]
expectedCabalOnlyExtensions = ["Generics",
More information about the ghc-commits
mailing list