From e83c982fa8d90d634e382b9442fdf68f753ec430 Mon Sep 17 00:00:00 2001 From: Travis Cardwell Date: Wed, 17 Apr 2024 06:18:48 +0900 Subject: [PATCH] Bump time upper bound --- CHANGELOG.md | 1 + cabal-bounds-upper.project | 2 +- horizontal-rule.cabal | 2 +- project/TODO.md | 4 ---- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d85565..4bcc1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ following conventions: * Bump `base` dependency version upper bound * Bump `tasty` dependency version upper bound * Bump `text` dependency version upper bound +* Bump `time` dependency version upper bound ## 0.6.0.0 (2023-05-28) diff --git a/cabal-bounds-upper.project b/cabal-bounds-upper.project index 68d5f55..c3fa2aa 100644 --- a/cabal-bounds-upper.project +++ b/cabal-bounds-upper.project @@ -31,4 +31,4 @@ constraints: -- https://hackage.haskell.org/package/time -- GHC boot library - , time == 1.12.2 + , time == 1.14 diff --git a/horizontal-rule.cabal b/horizontal-rule.cabal index 04d4928..fbdecdc 100644 --- a/horizontal-rule.cabal +++ b/horizontal-rule.cabal @@ -68,7 +68,7 @@ executable hr base , horizontal-rule , text - , time >=1.8.0.2 && <1.13 + , time >=1.8.0.2 && <1.15 if flag(optparse-applicative_ge_0_18) build-depends: optparse-applicative >=0.18 && <0.19 diff --git a/project/TODO.md b/project/TODO.md index 60e0e3d..293804c 100644 --- a/project/TODO.md +++ b/project/TODO.md @@ -6,10 +6,6 @@ ## Compatibility -* [`time`](https://hackage.haskell.org/package/time) - `1.14` blocked by - [`unix`](https://hackage.haskell.org/package/unix) - ## Documentation ## Examples