persistent-redis 2.5.2 → 2.5.2.1
raw patch · 1 files changed
+10/−2 lines, 1 filesdep ~timenew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- persistent-redis.cabal +10/−2
persistent-redis.cabal view
@@ -1,5 +1,5 @@ name: persistent-redis-version: 2.5.2+version: 2.5.2.1 license: BSD3 license-file: LICENSE author: Pavel Ryzhov <paul@paulrz.cz>@@ -23,7 +23,7 @@ , persistent >= 2.5 && < 3.0 , text >= 1.2.0.0 , aeson >= 0.8- , time >= 1.4 && < 1.7+ , time >= 1.4 && < 1.9 , attoparsec >= 0.12.0.0 , mtl >= 2.2.0 && < 2.3 , transformers >= 0.4.0.0 && < 0.6.0.0@@ -67,3 +67,11 @@ , scientific , http-api-data , persistent-redis++ other-modules: Database.Persist.Redis+ Database.Persist.Redis.Config+ Database.Persist.Redis.Internal+ Database.Persist.Redis.Store+ Database.Persist.Redis.Parser+ Database.Persist.Redis.Update+ Database.Persist.Redis.Exception