diff options
author | Douglas Wilson <douglas.wilson@gmail.com> | 2022-07-27 18:18:08 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2022-08-31 13:26:53 +0100 |
commit | f7b4dcbd7d76101e7e6eee728bde2b5a5c873c02 (patch) | |
tree | 28c0817d2a347b9432d04ac5db87cdc6f18048d1 /libraries | |
parent | e62705ff1976074ec2ce08eaa2af222a00889c65 (diff) | |
download | haskell-f7b4dcbd7d76101e7e6eee728bde2b5a5c873c02.tar.gz |
Update submodule Cabal to tag Cabal-v3.8.1.0wip/9.4-foward-fixed-make
closes #21931
Diffstat (limited to 'libraries')
m--------- | libraries/Cabal | 0 | ||||
-rw-r--r-- | libraries/ghc-boot/ghc-boot.cabal.in | 2 | ||||
-rw-r--r-- | libraries/ghc-prim/ghc-prim.cabal | 2 |
3 files changed, 2 insertions, 2 deletions
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 |