From 1c3548c3906bb0d912eda5685968934183f4b51f Mon Sep 17 00:00:00 2001 From: Ben Gamari 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