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 /compiler | |
parent | ceb2e9b9b2e29047922453b545ef03f9d9e3244d (diff) | |
download | haskell-fb4d36c451218180ea40de7ec2c7b1209baf1dea.tar.gz |
base: Bump version to 4.18
Requires various submodule bumps.
Diffstat (limited to 'compiler')
-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 2e2eb68ec1..ab320bfcac 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -76,7 +76,7 @@ Library if flag(build-tool-depends) build-tool-depends: alex:alex >= 3.2.6, happy:happy >= 1.20.0, genprimopcode:genprimopcode, deriveConstants:deriveConstants - Build-Depends: base >= 4.11 && < 4.18, + Build-Depends: base >= 4.11 && < 4.19, deepseq >= 1.4 && < 1.5, directory >= 1 && < 1.4, process >= 1 && < 1.7, |