From 83ce895fbfcb413457551202f7188967ce70d5b2 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 8 Mar 2024 17:04:34 -0500 Subject: [PATCH] Bump base bound to allow 4.20 --- unix.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix.cabal b/unix.cabal index a73d854..dfb565c 100644 --- a/unix.cabal +++ b/unix.cabal @@ -74,7 +74,7 @@ library buildable: False build-depends: - base >= 4.12.0.0 && < 4.20, + base >= 4.12.0.0 && < 4.21, bytestring >= 0.9.2 && < 0.13, time >= 1.9.1 && < 1.13