Cabal revisions of hedis-0.6.6
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: hedis version: 0.6.6+x-revision: 1 synopsis: Client library for the Redis datastore: supports full command set, pipelining. base == 4.*, BoundedChan >= 1.0, bytestring >= 0.9 && < 0.11,- bytestring-lexing >= 0.4,+ bytestring-lexing >= 0.4 && < 0.5, mtl >= 2, network >= 2, resource-pool >= 0.2,
revision 2
name: hedis version: 0.6.6-x-revision: 1+x-revision: 2 synopsis: Client library for the Redis datastore: supports full command set, pipelining. ghc-prof-options: -auto-all exposed-modules: Database.Redis build-depends: attoparsec >= 0.12,- base == 4.*,+ base >= 4 && < 4.10, BoundedChan >= 1.0, bytestring >= 0.9 && < 0.11, bytestring-lexing >= 0.4 && < 0.5, mtl >= 2,- network >= 2,+ network >= 2 && < 2.9, resource-pool >= 0.2, time, vector >= 0.9 && < 0.11