packages feed

om-time 0.3.1.2 → 0.3.1.3

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~aesondep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, time

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,5 +1,9 @@ # Changelog +## 0.3.1.3++- Relax aeson upper bound to `< 2.4` and time upper bound to `< 1.16`.+ ## 0.3.1.2  - Support GHC 9.14.
om-time.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                om-time-version:             0.3.1.2+version:             0.3.1.3 synopsis:            Misc. time utilites description:         A monad interface for obtain the current TimeSpec, along                      with a few other utilities.@@ -18,11 +18,11 @@  common dependencies   build-depends:-    , aeson        >= 2.1.2.1  && < 2.3+    , aeson        >= 2.1.2.1  && < 2.4     , base         >= 4.15.1.0 && < 4.23     , binary       >= 0.8.9.1  && < 0.9     , clock        >= 0.8.3    && < 0.9-    , time         >= 1.12.2   && < 1.15+    , time         >= 1.12.2   && < 1.16     , transformers >= 0.5.6.2  && < 0.7  common warnings