summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Wilson <douglas.wilson@gmail.com>2022-07-27 18:18:08 +0100
committerDouglas Wilson <douglas.wilson@gmail.com>2022-08-04 15:54:05 +0100
commit5f8d715a0111339ab7130df93f0fd0ff90bcb3ad (patch)
treeb032b0c740f5fbba942c23aaf48bd951b5746fe5
parent9ea29d47bbeac7abf54c9c05d105bb6f21d4c083 (diff)
downloadhaskell-wip/dougwilson/bump-cabal-3.8.1.0.tar.gz
Update submodule Cabal to tag Cabal-v3.8.1.0wip/dougwilson/bump-cabal-3.8.1.0
closes #21931
-rw-r--r--compiler/ghc.cabal.in2
m---------libraries/Cabal0
-rw-r--r--libraries/ghc-boot/ghc-boot.cabal.in2
-rw-r--r--libraries/ghc-prim/ghc-prim.cabal2
-rw-r--r--testsuite/tests/driver/T4437.hs6
5 files changed, 4 insertions, 8 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index b5d1b8d571..c5196be8f1 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -39,7 +39,7 @@ extra-source-files:
custom-setup
- setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.8, directory, process, filepath
+ setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.9, directory, process, filepath
Flag internal-interpreter
Description: Build with internal interpreter support.
diff --git a/libraries/Cabal b/libraries/Cabal
-Subproject 18d801832a3ad5f346eeaaf3f8f3df1abd5a6b9
+Subproject 5d18b763356dca719f5286a52328cb41b9fa419
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index 531d445b57..59ed7ae317 100644
--- a/libraries/ghc-boot/ghc-boot.cabal.in
+++ b/libraries/ghc-boot/ghc-boot.cabal.in
@@ -28,7 +28,7 @@ build-type: Custom
extra-source-files: changelog.md
custom-setup
- setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.8, directory, filepath
+ setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.9, directory, filepath
source-repository head
type: git
diff --git a/libraries/ghc-prim/ghc-prim.cabal b/libraries/ghc-prim/ghc-prim.cabal
index e2918ccaf2..678ee8801b 100644
--- a/libraries/ghc-prim/ghc-prim.cabal
+++ b/libraries/ghc-prim/ghc-prim.cabal
@@ -20,7 +20,7 @@ source-repository head
subdir: libraries/ghc-prim
custom-setup
- setup-depends: base >= 4 && < 5, process, filepath, directory, Cabal >= 1.23 && < 3.8
+ setup-depends: base >= 4 && < 5, process, filepath, directory, Cabal >= 1.23 && < 3.9
Library
default-language: Haskell2010
diff --git a/testsuite/tests/driver/T4437.hs b/testsuite/tests/driver/T4437.hs
index a841a73218..c25c3b7f1c 100644
--- a/testsuite/tests/driver/T4437.hs
+++ b/testsuite/tests/driver/T4437.hs
@@ -37,11 +37,7 @@ check title expected got
-- See Note [Adding a language extension] in compiler/GHC/Driver/Session.hs.
expectedGhcOnlyExtensions :: [String]
expectedGhcOnlyExtensions =
- [ "RelaxedLayout"
- , "AlternativeLayoutRule"
- , "AlternativeLayoutRuleTransitional"
- , "OverloadedRecordUpdate"
- , "DeepSubsumption"
+ [ "DeepSubsumption"
]
expectedCabalOnlyExtensions :: [String]