redis 0.14 → 0.14.1
raw patch · 1 files changed
+3/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- redis.cabal +3/−2
redis.cabal view
@@ -1,5 +1,5 @@ Name: redis-Version: 0.14+Version: 0.14.1 License: MIT Maintainer: Ganesh Sittampalam <ganesh@earth.li> Author: Alexander Bogdanov <andorn@gmail.com>@@ -62,7 +62,8 @@ Library Build-Depends: base < 5, containers, bytestring, utf8-string,- network, mtl, old-time, exceptions,+ network, mtl, old-time,+ exceptions >= 0.6 && < 0.9, concurrent-extra Exposed-modules: Database.Redis.Redis Database.Redis.Monad