redis-resp 0.3 → 0.3.1
raw patch · 1 files changed
+8/−8 lines, 1 filesdep ~attoparsecdep ~bytestringdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec, bytestring, containers, dlist, double-conversion, semigroups, split
API changes (from Hackage documentation)
Files
- redis-resp.cabal +8/−8
redis-resp.cabal view
@@ -1,5 +1,5 @@ name: redis-resp-version: 0.3+version: 0.3.1 synopsis: REdis Serialization Protocol (RESP) implementation. license: OtherLicense license-file: LICENSE@@ -37,14 +37,14 @@ Data.Redis.Command build-depends:- attoparsec >= 0.11 && < 0.13+ attoparsec >= 0.11 && < 1.0 , base >= 4.5 && < 5.0- , bytestring >= 0.10.4 && < 0.11+ , bytestring >= 0.10.4 && < 1.0 , bytestring-conversion == 0.2.*- , containers >= 0.5 && < 0.6- , double-conversion == 2.0.*- , dlist == 0.7.*+ , containers >= 0.5 && < 1.0+ , double-conversion >= 2.0 && < 3.0+ , dlist >= 0.7 && < 1.0 , operational == 0.2.*- , semigroups == 0.15.*- , split == 0.2.*+ , semigroups >= 0.15 && < 1.0+ , split >= 0.2 && < 1.0 , transformers >= 0.3 && < 0.5