diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-09-30 16:50:52 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-10-02 14:31:00 -0700 |
commit | 22c6b7f2e5265461128e3a19a01d07341fb29498 (patch) | |
tree | 9397166afbd52e16383395908ae529e848d5831d /testsuite/tests/driver/T4437.hs | |
parent | eda5a4ab6c2032ec13d9cd0aac258bb14f0b2ec9 (diff) | |
download | haskell-22c6b7f2e5265461128e3a19a01d07341fb29498.tar.gz |
Update Cabal submodule to latest version.
Summary:
Note that Cabal needs one more bugfix which is in PR to
fix GHC bootstrapping. But the rest of the patch is
ready for review.
Needs a filepath submodule update because cabal check
became more strict.
This patch handles the abstract-ification of Version and
PackageName.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Test Plan: validate
Reviewers: bgamari, austin
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2555
Diffstat (limited to 'testsuite/tests/driver/T4437.hs')
-rw-r--r-- | testsuite/tests/driver/T4437.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/driver/T4437.hs b/testsuite/tests/driver/T4437.hs index 0bef4c5632..3ae39d1ca2 100644 --- a/testsuite/tests/driver/T4437.hs +++ b/testsuite/tests/driver/T4437.hs @@ -39,7 +39,6 @@ expectedGhcOnlyExtensions :: [String] expectedGhcOnlyExtensions = ["RelaxedLayout", "AlternativeLayoutRule", "AlternativeLayoutRuleTransitional", - "TypeFamilyDependencies", "UnboxedSums", "DerivingStrategies"] |