From e7d9b84a345871da0917e39b41179deba5783b3f 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 46c4ce4fc22..9dfc891468b 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.15, -- 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 e987dcaea87..07fbd7f2593 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