redis-glob 0.1.0.11 → 0.1.0.12
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~megaparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: megaparsec
API changes (from Hackage documentation)
Files
- ChangeLog.md +7/−3
- redis-glob.cabal +2/−2
ChangeLog.md view
@@ -2,9 +2,13 @@ `redis-glob` uses [PVP Versioning][1]. +## 0.1.0.12 -- 2026-09-04++* Expand upper bounds for megaparsec+ ## 0.1.0.11 -- 2025-01-04 -* Expand upper bounds for hashable +* Expand upper bounds for hashable ## 0.1.0.10 -- 2025-01-12 @@ -15,11 +19,11 @@ ## 0.1.0.9 -- 2025-01-06 -* Expand upper bounds for megaparsec +* Expand upper bounds for megaparsec ## 0.1.0.8 -- 2024-02-28 -* Expand upper bounds for bytestring +* Expand upper bounds for bytestring ## 0.1.0.7 -- 2024-01-03
redis-glob.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: redis-glob-version: 0.1.0.11+version: 0.1.0.12 license: BSD-3-Clause license-file: LICENSE maintainer: adetokunbo@emio.la@@ -40,7 +40,7 @@ , base >=4.11 && <5.0 , bytestring >=0.10.8.2 && <0.11 || >=0.11.3 && <0.13 , hashable >=1.3.5 && <1.7- , megaparsec >=9.2.1 && <9.8+ , megaparsec >=9.2.1 && <9.10 if impl(ghc >=8.4) ghc-options: -Wpartial-fields