persistent-redis 2.13.0.0 → 2.13.0.1
raw patch · 1 files changed
+14/−14 lines, 1 filesdep ~aesondep ~basedep ~binaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, binary, bytestring, hedis, mtl, path-pieces, persistent, text, time, transformers, utf8-string
API changes (from Hackage documentation)
Files
- persistent-redis.cabal +14/−14
persistent-redis.cabal view
@@ -1,5 +1,5 @@ name: persistent-redis-version: 2.13.0.0+version: 2.13.0.1 license: BSD3 license-file: LICENSE author: Pavel Ryzhov <paul@paulrz.cz>@@ -21,7 +21,7 @@ , persistent >= 2.12 && < 3.0 , aeson >= 1.0 , binary >= 0.8 && < 0.9- , bytestring >= 0.10.8 && < 0.11+ , bytestring >= 0.10.8 && < 0.12 , hedis >= 0.9 , http-api-data , mtl >= 2.2.1 && < 2.3@@ -47,22 +47,22 @@ test-suite basic type: exitcode-stdio-1.0 main-is: tests/basic-test.hs- build-depends: base >= 4.9 && < 5- , persistent >= 2.10 && < 3.0+ build-depends: base + , persistent , persistent-redis- , aeson >= 1.0- , bytestring >= 0.10.8 && < 0.11- , binary >= 0.8 && < 0.9- , hedis >= 0.9+ , aeson + , bytestring + , binary + , hedis , http-api-data- , mtl >= 2.2.1 && < 2.3- , path-pieces >= 0.2+ , mtl + , path-pieces , scientific , template-haskell- , text >= 1.2- , time >= 1.6- , transformers >= 0.5 && < 0.6- , utf8-string >= 1.0 && < 1.1+ , text + , time + , transformers + , utf8-string other-modules: Database.Persist.Redis Database.Persist.Redis.Config