From 9b1bf89aee1416bf86c92a2ed6f6e773396cee39 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Thu, 23 May 2024 16:28:28 +1000 Subject: [PATCH] Bump time dependency --- aeson.cabal | 2 +- attoparsec-iso8601/attoparsec-iso8601.cabal | 2 +- text-iso8601/text-iso8601.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aeson.cabal b/aeson.cabal index 11d3ca03..34c91a3b 100644 --- a/aeson.cabal +++ b/aeson.cabal @@ -101,7 +101,7 @@ library , ghc-prim >=0.5.0.0 && <0.12 , template-haskell >=2.14.0.0 && <2.23 , text >=1.2.3.0 && <1.3 || >=2.0 && <2.2 - , time >=1.8.0.2 && <1.13 + , time >=1.8.0.2 && <1.15 -- Compat build-depends: diff --git a/attoparsec-iso8601/attoparsec-iso8601.cabal b/attoparsec-iso8601/attoparsec-iso8601.cabal index e824b099..f61c11eb 100644 --- a/attoparsec-iso8601/attoparsec-iso8601.cabal +++ b/attoparsec-iso8601/attoparsec-iso8601.cabal @@ -44,7 +44,7 @@ library , base >=4.12.0.0 && <5 , integer-conversion >=0.1 && <0.2 , text >=1.2.3.0 && <1.3.0.0 || >=2.0 && <2.2 - , time >=1.8.0.2 && <1.13 + , time >=1.8.0.2 && <1.15 , time-compat >=1.9.4 && <1.10 source-repository head diff --git a/text-iso8601/text-iso8601.cabal b/text-iso8601/text-iso8601.cabal index 0cfa5235..85fddde2 100644 --- a/text-iso8601/text-iso8601.cabal +++ b/text-iso8601/text-iso8601.cabal @@ -47,7 +47,7 @@ library base >=4.12.0.0 && <5 , integer-conversion >=0.1 && <0.2 , text >=1.2.3.0 && <1.3.0.0 || >=2.0 && <2.2 - , time >=1.8.0.2 && <1.13 + , time >=1.8.0.2 && <1.15 , time-compat >=1.9.4 && <1.10 test-suite text-iso8601-tests