polysemy-chronos 0.5.1.0 → 0.6.0.0
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~incipit-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: incipit-core
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- polysemy-chronos.cabal +4/−4
changelog.md view
@@ -1,5 +1,9 @@ # Unreleased +# 0.6.0.0++* Support GHC 9.4.+ # 0.2.0.2 * Bugfix: Chronos treats months as zero-based, while `mkDate` uses 1-base.
polysemy-chronos.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.34.7.+-- This file has been generated from package.yaml by hpack version 0.35.0. -- -- see: https://github.com/sol/hpack name: polysemy-chronos-version: 0.5.1.0+version: 0.6.0.0 synopsis: Polysemy effects for Chronos description: See https://hackage.haskell.org/package/polysemy-chronos/docs/Polysemy-Chronos.html category: Time@@ -98,7 +98,7 @@ build-depends: base >=4.12 && <5 , chronos >=1.1.1 && <1.2- , incipit-core >=0.3+ , incipit-core >=0.4 , polysemy-time mixins: base hiding (Prelude)@@ -179,7 +179,7 @@ build-depends: base >=4.12 && <5 , chronos- , incipit-core >=0.3+ , incipit-core >=0.4 , polysemy-chronos , polysemy-test >=0.6 , polysemy-time