summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-07-30 19:46:13 -0400
committerBen Gamari <ben@smart-cactus.org>2018-07-31 11:48:19 -0400
commit6d2a9ec2bb14c6a2f58f515b3cf011d0ab450745 (patch)
tree36f1498ef56f432d1a3535ee73498ed389bad2c7
parentcb8efe708c57e5c91c592956de7e58d2c5ca5065 (diff)
downloadhaskell-6d2a9ec2bb14c6a2f58f515b3cf011d0ab450745.tar.gz
Bump Cabal submodule
m---------libraries/Cabal0
-rw-r--r--testsuite/tests/driver/T4437.hs4
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",