packages feed

redis-glob 0.1.0.6 → 0.1.0.7

raw patch · 2 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: megaparsec

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -2,6 +2,10 @@  `redis-glob` uses [PVP Versioning][1]. +## 0.1.0.7 -- 2024-01-03++* Expand upper bounds for megaparsec+ ## 0.1.0.6 -- 2023-09-01  * Expand upper bounds for megaparsec
redis-glob.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               redis-glob-version:            0.1.0.6+version:            0.1.0.7 license:            BSD-3-Clause license-file:       LICENSE maintainer:         adetokunbo@emio.la@@ -39,7 +39,7 @@     , 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-    , megaparsec      >=9.2.1    && <9.6+    , megaparsec      >=9.2.1    && <9.7    if impl(ghc >=8.4)     ghc-options: -Wpartial-fields