From f577f2c4fa14e791e7574694bdccd98b15fbcd18 Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Thu, 20 Mar 2025 13:06:18 +0100 Subject: [PATCH] Allow time-1.14 --- zip.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zip.cabal b/zip.cabal index 1d7a635..dec8a3e 100644 --- a/zip.cabal +++ b/zip.cabal @@ -65,7 +65,7 @@ library mtl >=2 && <3, resourcet >=1.2 && <1.4, text >=0.2 && <2.2, - time >=1.4 && <1.13, + time >=1.4 && <1.15, transformers >=0.4 && <0.7, transformers-base @@ -131,7 +131,7 @@ test-suite tests hspec >=2 && <3, temporary >=1.1 && <1.4, text >=0.2 && <2.2, - time >=1.4 && <1.13, + time >=1.4 && <1.15, zip if flag(dev)