redis-glob 0.1.0.7 → 0.1.0.8
raw patch · 2 files changed
+6/−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 +4/−0
- redis-glob.cabal +2/−2
ChangeLog.md view
@@ -2,6 +2,10 @@ `redis-glob` uses [PVP Versioning][1]. +## 0.1.0.8 -- 2024-02-28++* Expand upper bounds for bytestring + ## 0.1.0.7 -- 2024-01-03 * Expand upper bounds for megaparsec
redis-glob.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: redis-glob-version: 0.1.0.7+version: 0.1.0.8 license: BSD-3-Clause license-file: LICENSE maintainer: adetokunbo@emio.la@@ -38,7 +38,7 @@ build-depends: , ascii-char >=1.0.1 && <1.1 , base >=4.11 && <5.0- , bytestring >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.12.1+ , bytestring >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.12.2 , megaparsec >=9.2.1 && <9.7 if impl(ghc >=8.4)