packages feed

redis-glob 0.1.0.10 → 0.1.0.11

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~hashablePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hashable

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -2,6 +2,10 @@  `redis-glob` uses [PVP Versioning][1]. +## 0.1.0.11 -- 2025-01-04++* Expand upper bounds for hashable + ## 0.1.0.10 -- 2025-01-12  * Inline fromChar from ASCII.Superset, allowing it to be removed as a dependency
redis-glob.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               redis-glob-version:            0.1.0.10+version:            0.1.0.11 license:            BSD-3-Clause license-file:       LICENSE maintainer:         adetokunbo@emio.la@@ -39,7 +39,7 @@   build-depends:     , base            >=4.11     && <5.0     , bytestring      >=0.10.8.2 && <0.11 || >=0.11.3 && <0.13-    , hashable        >=1.3.5 && <1.5+    , hashable        >=1.3.5    && <1.7     , megaparsec      >=9.2.1    && <9.8    if impl(ghc >=8.4)