From ae50731b5fb221a7631f7e9d818fc6716c85c51e Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 12 Jun 2025 15:42:20 -0400 Subject: [PATCH] Bump base upper bound to <4.23 Allowing GHC 9.14. --- process.cabal | 2 +- test/process-tests.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/process.cabal b/process.cabal index 87ad2601..4ace1780 100644 --- a/process.cabal +++ b/process.cabal @@ -94,7 +94,7 @@ library ghc-options: -Wall - build-depends: base >= 4.12.0.0 && < 4.22, + build-depends: base >= 4.12.0.0 && < 4.23, directory >= 1.1 && < 1.4, deepseq >= 1.1 && < 1.6 diff --git a/test/process-tests.cabal b/test/process-tests.cabal index 4162b737..aafcaede 100644 --- a/test/process-tests.cabal +++ b/test/process-tests.cabal @@ -22,7 +22,7 @@ common process-dep custom-setup setup-depends: - base >= 4.10 && < 4.22, + base >= 4.10 && < 4.23, directory >= 1.1 && < 1.4, filepath >= 1.2 && < 1.6, Cabal >= 2.4 && < 3.14,