packages feed

hedis 0.6.1 → 0.6.2

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~vectorPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: vector

API changes (from Hackage documentation)

Files

hedis.cabal view
@@ -1,5 +1,5 @@ name:               hedis-version:            0.6.1+version:            0.6.2 synopsis:     Client library for the Redis datastore: supports full command set,       pipelining.@@ -95,7 +95,7 @@                     network == 2.*,                     resource-pool == 0.2.*,                     time,-                    vector == 0.9.*+                    vector >= 0.9 && < 0.11    other-modules:    Database.Redis.Core,                     Database.Redis.ProtocolPipelining,
test/Test.hs view
@@ -70,7 +70,7 @@ testConstantSpacePipelining = testCase "constant-space pipelining" $ do     -- This testcase should not exceed the maximum heap size, as set in     -- the run-test.sh script.-    replicateM_ 100000 ping+    replicateM_ 1000000 ping     -- If the program didn't crash, pipelining takes constant memory.     assert True