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