From de6669f7d1a8badad67601e09f03540d5726b745 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 27 Mar 2024 09:42:06 -0400 Subject: [PATCH] Bump time upper bound to acccomodate 1.14 --- Cabal-syntax/Cabal-syntax.cabal | 2 +- Cabal/Cabal.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cabal-syntax/Cabal-syntax.cabal b/Cabal-syntax/Cabal-syntax.cabal index 9d402b0c8d5..ede7bbf00df 100644 --- a/Cabal-syntax/Cabal-syntax.cabal +++ b/Cabal-syntax/Cabal-syntax.cabal @@ -40,7 +40,7 @@ library parsec >= 3.1.13.0 && < 3.2, pretty >= 1.1.1 && < 1.2, text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.2), - time >= 1.4.0.1 && < 1.13, + time >= 1.4.0.1 && < 1.14, -- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity -- See also https://github.com/ekmett/transformers-compat/issues/35 transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.7) diff --git a/Cabal/Cabal.cabal b/Cabal/Cabal.cabal index 1e58344d71f..6446a199466 100644 --- a/Cabal/Cabal.cabal +++ b/Cabal/Cabal.cabal @@ -44,7 +44,7 @@ library filepath >= 1.3.0.1 && < 1.6, pretty >= 1.1.1 && < 1.2, process >= 1.2.1.0 && < 1.7, - time >= 1.4.0.1 && < 1.13 + time >= 1.4.0.1 && < 1.15 if os(windows) build-depends: Win32 >= 2.3.0.0 && < 2.15