packages feed

hedis 0.4 → 0.4.1

raw patch · 1 files changed

+6/−4 lines, 1 filesdep ~stmPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: stm

API changes (from Hackage documentation)

Files

hedis.cabal view
@@ -1,5 +1,5 @@ name:               hedis-version:            0.4+version:            0.4.1 synopsis:     Client library for the Redis datastore: supports full command set,       pipelining.@@ -36,8 +36,10 @@     .     [Changes since version 0.3.2]     .-    * Some commands got a 'Maybe' added to their return type, to properly handle-        Redis returning @nil@-replies.+    * The following commands got a 'Maybe' added to their return type, to+      properly handle Redis returning @nil@-replies: @brpoplpush, lindex, lpop,+      objectEncoding, randomkey, rpop, rpoplpush, spop, srandmember, zrank,+      zrevrank, zscore@.     .     * Updated dependencies on @bytestring-lexing@ and @stm@.     .@@ -81,7 +83,7 @@                     mtl == 2.*,                     network == 2.*,                     resource-pool == 0.2.1.*,-                    stm == 2.3.*,+                    stm >= 2.2 && < 2.4,                     time    other-modules:    Database.Redis.Core,