packages feed

Cabal revisions of hedis-0.8.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name:               hedis version:            0.8.1+x-revision: 1 synopsis:     Client library for the Redis datastore: supports full command set,     pipelining.   ghc-options:      -Wall -fwarn-tabs   exposed-modules:  Database.Redis   build-depends:    scanner >= 0.2,-                    base >= 4.6 && < 5,+                    base >= 4.6 && < 4.11,                     bytestring >= 0.9,                     bytestring-lexing >= 0.5,                     text,                     deepseq,                     mtl >= 2,-                    network >= 2,+                    network >= 2 && < 2.9,                     resource-pool >= 0.2,                     time,                     vector >= 0.9