hedis 0.6.8 → 0.6.9
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~bytestringdep ~vectorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, vector
API changes (from Hackage documentation)
Files
- hedis.cabal +3/−3
hedis.cabal view
@@ -1,5 +1,5 @@ name: hedis-version: 0.6.8+version: 0.6.9 synopsis: Client library for the Redis datastore: supports full command set, pipelining.@@ -58,13 +58,13 @@ build-depends: attoparsec >= 0.12, base >= 4.6 && < 5, BoundedChan >= 1.0,- bytestring >= 0.9 && < 0.11,+ bytestring >= 0.9, bytestring-lexing >= 0.5, mtl >= 2, network >= 2, resource-pool >= 0.2, time,- vector >= 0.9 && < 0.11+ vector >= 0.9 other-modules: Database.Redis.Core, Database.Redis.ProtocolPipelining,