diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-04 20:37:31 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-12 08:19:59 -0400 |
commit | 381c3ae31b68019177f1cd20cb4da2f9d3b7d6c6 (patch) | |
tree | 4d3110e3035a37536cd463046ce5c23d8e00151a /testsuite/tests/driver | |
parent | bd2d13ff778a4b1b5d793c99229cccfb64d792f3 (diff) | |
download | haskell-381c3ae31b68019177f1cd20cb4da2f9d3b7d6c6.tar.gz |
Bump Cabal submodule
(cherry picked from commit ff438786613f07df9b2d43eaeac49b13815d849d)
Metric Increase:
haddock.Cabal
Diffstat (limited to 'testsuite/tests/driver')
-rw-r--r-- | testsuite/tests/driver/T4437.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/tests/driver/T4437.hs b/testsuite/tests/driver/T4437.hs index b8ef646a9b..09caa7f3c4 100644 --- a/testsuite/tests/driver/T4437.hs +++ b/testsuite/tests/driver/T4437.hs @@ -39,8 +39,6 @@ expectedGhcOnlyExtensions :: [String] expectedGhcOnlyExtensions = ["RelaxedLayout", "AlternativeLayoutRule", "AlternativeLayoutRuleTransitional", - "EmptyDataDeriving", - "GeneralisedNewtypeDeriving", "CUSKs", "ImportQualifiedPost"] |