hedis 0.10.8 → 0.10.9
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG +4/−0
- hedis.cabal +2/−2
CHANGELOG view
@@ -1,5 +1,9 @@ # Changelog for Hedis +## 0.10.9++* Remove deprecation warnings+ ## 0.10.8 * PR #121. make xgroupCreate return Status
hedis.cabal view
@@ -1,5 +1,5 @@ name: hedis-version: 0.10.8+version: 0.10.9 synopsis: Client library for the Redis datastore: supports full command set, pipelining.@@ -59,7 +59,7 @@ library hs-source-dirs: src- ghc-options: -Wall -fwarn-tabs+ ghc-options: -Wall -fwarn-tabs -Wno-warnings-deprecations if flag(dev) ghc-options: -Werror if flag(dev)