keyed-vals-redis 0.2.0.0 → 0.2.2.0
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−0
- keyed-vals-redis.cabal +2/−2
ChangeLog.md view
@@ -3,6 +3,12 @@ `keyed-vals-redis` uses [PVP Versioning][1]. +## 0.2.2.0 -- 2023-07-11++Changed++* Relax constraints on the bytestring dependency+ ## 0.2.0.0 -- 2022-12-15 Update major version to reflect the correpsonding version update to the
keyed-vals-redis.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: keyed-vals-redis-version: 0.2.0.0+version: 0.2.2.0 license: BSD-3-Clause license-file: LICENSE maintainer: adetokunbo@emio.la@@ -46,7 +46,7 @@ ghc-options: -Wall -Wincomplete-uni-patterns -fwarn-tabs build-depends: , base >=4.11 && <5.0- , bytestring >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.12+ , bytestring >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.12.1 , containers >=0.6.5 && <0.7 , hedis >= 0.15.1 && < 0.16 , keyed-vals >=0.1 && <0.3