summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2020-07-14 14:16:51 +0000
committerBen Gamari <ben@smart-cactus.org>2020-07-15 16:41:01 -0400
commit0e3c277a6c82c5ab529771c1c493d86e7eda0a98 (patch)
tree2b437a41cf332f02a4b50ff305270f8768ee8008 /testsuite/tests/driver
parentae11bdfd98a10266bfc7de9e16b500be220307ac (diff)
downloadhaskell-0e3c277a6c82c5ab529771c1c493d86e7eda0a98.tar.gz
Bump Cabal submodule
Updates a variety of tests as Cabal is now more strict about Cabal file form.
Diffstat (limited to 'testsuite/tests/driver')
-rw-r--r--testsuite/tests/driver/T4437.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/tests/driver/T4437.hs b/testsuite/tests/driver/T4437.hs
index a0bcebf889..c83d29b03d 100644
--- a/testsuite/tests/driver/T4437.hs
+++ b/testsuite/tests/driver/T4437.hs
@@ -40,9 +40,6 @@ expectedGhcOnlyExtensions =
[ "RelaxedLayout"
, "AlternativeLayoutRule"
, "AlternativeLayoutRuleTransitional"
- , "LinearTypes"
- , "QualifiedDo"
- , "LexicalNegation"
]
expectedCabalOnlyExtensions :: [String]