From e43912ff2b2849fd2f807b645f41e2e2a7dba8e3 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Mon, 26 Jun 2023 17:12:27 -0400
Subject: [PATCH] Bump base bound to <4.20

For GHC 9.8.
---
 unix.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unix.cabal b/unix.cabal
index aad3be4..73f69ba 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -69,7 +69,7 @@ library
         buildable: False
 
     build-depends:
-        base        >= 4.10    && < 4.19,
+        base        >= 4.10    && < 4.20,
         bytestring  >= 0.9.2   && < 0.12,
         filepath    >= 1.4.100.0 && < 1.5,
         time        >= 1.2     && < 1.13
-- 
GitLab