diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-12-07 19:37:39 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-12-21 15:27:49 -0500 |
commit | fb4d36c451218180ea40de7ec2c7b1209baf1dea (patch) | |
tree | ac0d0d63cdcca152c65bdf20d1d176c971743280 /libraries/ghc-boot/ghc-boot.cabal.in | |
parent | ceb2e9b9b2e29047922453b545ef03f9d9e3244d (diff) | |
download | haskell-fb4d36c451218180ea40de7ec2c7b1209baf1dea.tar.gz |
base: Bump version to 4.18
Requires various submodule bumps.
Diffstat (limited to 'libraries/ghc-boot/ghc-boot.cabal.in')
-rw-r--r-- | libraries/ghc-boot/ghc-boot.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in index 4a35fbf682..0b1569c9cf 100644 --- a/libraries/ghc-boot/ghc-boot.cabal.in +++ b/libraries/ghc-boot/ghc-boot.cabal.in @@ -70,7 +70,7 @@ Library GHC.Version GHC.Platform.Host - build-depends: base >= 4.7 && < 4.18, + build-depends: base >= 4.7 && < 4.19, binary == 0.8.*, bytestring >= 0.10 && < 0.12, containers >= 0.5 && < 0.7, |