diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-09-13 20:20:50 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-11-18 22:27:20 -0500 |
commit | a8b4961b51693531019fb53644f6521a2f707f7d (patch) | |
tree | d1ac2c8e8e05cf7029729737951b9aeb53681c3e /utils | |
parent | 78d4bca01c1efe481c6ce2356497593d3058fb95 (diff) | |
download | haskell-a8b4961b51693531019fb53644f6521a2f707f7d.tar.gz |
Bump Cabal submodule
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghc-cabal/ghc-cabal.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-cabal/ghc-cabal.cabal b/utils/ghc-cabal/ghc-cabal.cabal index 4ad88ead3c..bdf638ee47 100644 --- a/utils/ghc-cabal/ghc-cabal.cabal +++ b/utils/ghc-cabal/ghc-cabal.cabal @@ -21,6 +21,6 @@ Executable ghc-cabal Build-Depends: base >= 3 && < 5, bytestring >= 0.10 && < 0.12, - Cabal >= 3.2 && < 3.6, + Cabal >= 3.2 && < 3.8, directory >= 1.1 && < 1.4, filepath >= 1.2 && < 1.5 |