From fb4d36c451218180ea40de7ec2c7b1209baf1dea Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 7 Dec 2022 19:37:39 -0500 Subject: base: Bump version to 4.18 Requires various submodule bumps. --- compiler/ghc.cabal.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') 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, -- cgit v1.2.1