From eced23b356ed00510a7e6735b3f093f0c7f94081 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Thu, 12 Jun 2025 15:49:01 -0400
Subject: [PATCH] Bump base upper bound to <4.23
Allowing GHC 9.14.
---
unix.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unix.cabal b/unix.cabal
index bfd7bee..7df7270 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -77,7 +77,7 @@ library
buildable: False
build-depends:
- base >= 4.12.0.0 && < 4.22,
+ base >= 4.12.0.0 && < 4.23,
bytestring >= 0.9.2 && < 0.13,
time >= 1.9.1 && < 1.15
--
GitLab