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 /compiler/ghc.cabal.in | |
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 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 48a5fa11ed..0169c7ae9a 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. |