packages feed

keyed-vals 0.2.2.0 → 0.2.3.0

raw patch · 2 files changed

+8/−2 lines, 2 filesdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -2,6 +2,12 @@  `keyed-vals` uses [PVP Versioning][1]. +## 0.2.3.0 -- 2024-01-09++Changed++* Relax constraints on the containers dependency+ ## 0.2.2.0 -- 2023-07-11  Changed
keyed-vals.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               keyed-vals-version:            0.2.2.0+version:            0.2.3.0 license:            BSD-3-Clause license-file:       LICENSE maintainer:         adetokunbo@emio.la@@ -48,7 +48,7 @@     , aeson          >=1.5.1    && <2.3     , base           >=4.11     && <5.0     , bytestring     >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.12.1-    , containers     >=0.6.5    && <0.7+    , containers     >=0.6.5    && <0.8     , http-api-data  >=0.5      && <0.7     , redis-glob     >=0.1      && <0.2     , text           >=1.2.4    && <1.3  || >=2.0