From cf5e5fbf69187b78b58d5f36dd13b76324680b7a Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 24 Jan 2025 12:27:14 -0500 Subject: [PATCH] process-tests: Bump base upper bound --- test/process-tests.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/process-tests.cabal b/test/process-tests.cabal index d5c3ab49..7fe2c60d 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.21, + base >= 4.10 && < 4.22, directory >= 1.1 && < 1.4, filepath >= 1.2 && < 1.6, Cabal >= 2.4 && < 3.14,