From cede81af87c4c231ea5c12874495b467964cb88a Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 27 Mar 2024 09:28:54 -0400 Subject: [PATCH] Bump time bound to accomodate 1.14 --- unix.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix.cabal b/unix.cabal index dfb565c..eca53cd 100644 --- a/unix.cabal +++ b/unix.cabal @@ -76,7 +76,7 @@ library build-depends: base >= 4.12.0.0 && < 4.21, bytestring >= 0.9.2 && < 0.13, - time >= 1.9.1 && < 1.13 + time >= 1.9.1 && < 1.15 if flag(os-string) build-depends: filepath >= 1.5.0.0, os-string >= 2.0.0