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-07-27 18:39:15 +0100
commitf2cc0f5ef2e5ed5ffb315027b853729ad3437034 (patch)
treeffabaa34a4cc87bf1fae38fc5b0516fb4f5d7f73
parent9187b984d602dc38050801f11ec31dc56085f029 (diff)
downloadhaskell-wip/dougwilson/9.4-bump-Cabal.tar.gz
Update submodule Cabal to tag Cabal-v3.8.1.0wip/dougwilson/9.4-bump-Cabal
-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
4 files changed, 3 insertions, 3 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 1157268456..27899d6f47 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 323f9161c97f27399125004677ffa9ac6a6e854
+Subproject 5d18b763356dca719f5286a52328cb41b9fa419
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index 3ca83a5e1c..00297fb7c5 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