From 9e315a2370719692dba7e6b47da7519a181ba2ef Mon Sep 17 00:00:00 2001
From: Tom Ellis <tom-git@jaguarpaw.co.uk>
Date: Fri, 21 Jun 2024 18:07:41 +0100
Subject: [PATCH] Bump base to < 4.21

---
 process.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/process.cabal b/process.cabal
index 0b25762f..83e576ac 100644
--- a/process.cabal
+++ b/process.cabal
@@ -86,7 +86,7 @@ library
 
     ghc-options: -Wall
 
-    build-depends: base      >= 4.10 && < 4.20,
+    build-depends: base      >= 4.10 && < 4.21,
                    directory >= 1.1 && < 1.4,
                    filepath  >= 1.2 && < 1.6,
                    deepseq   >= 1.1 && < 1.6
-- 
GitLab