diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-07-30 19:46:13 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-07-31 11:48:19 -0400 |
commit | 6d2a9ec2bb14c6a2f58f515b3cf011d0ab450745 (patch) | |
tree | 36f1498ef56f432d1a3535ee73498ed389bad2c7 | |
parent | cb8efe708c57e5c91c592956de7e58d2c5ca5065 (diff) | |
download | haskell-6d2a9ec2bb14c6a2f58f515b3cf011d0ab450745.tar.gz |
Bump Cabal submodule
m--------- | libraries/Cabal | 0 | ||||
-rw-r--r-- | testsuite/tests/driver/T4437.hs | 4 |
2 files changed, 1 insertions, 3 deletions
diff --git a/libraries/Cabal b/libraries/Cabal -Subproject 8fbacca029f3ad764576aefb610a0408c4b6aaa +Subproject 2a3175f886b86697194256f55c9487b7cfb4dc9 diff --git a/testsuite/tests/driver/T4437.hs b/testsuite/tests/driver/T4437.hs index a75990e5ff..2818851444 100644 --- a/testsuite/tests/driver/T4437.hs +++ b/testsuite/tests/driver/T4437.hs @@ -41,9 +41,7 @@ expectedGhcOnlyExtensions = ["RelaxedLayout", "AlternativeLayoutRuleTransitional", "DerivingVia", "EmptyDataDeriving", - "GeneralisedNewtypeDeriving", - "StarIsType", -- FIXME: add StarIsType to cabal - "QuantifiedConstraints"] + "GeneralisedNewtypeDeriving"] expectedCabalOnlyExtensions :: [String] expectedCabalOnlyExtensions = ["Generics", |