packages feed

Cabal revisions of hedis-0.10.3

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

revision 1
 name:               hedis version:            0.10.3+x-revision: 1 synopsis:     Client library for the Redis datastore: supports full command set,     pipelining.   exposed-modules:  Database.Redis   build-depends:    scanner >= 0.2,                     async >= 2.1,-                    base >= 4.6 && < 5,+                    base >= 4.8 && < 5,                     bytestring >= 0.9,                     bytestring-lexing >= 0.5,                     unordered-containers,                     text,                     deepseq,                     mtl >= 2,-                    network >= 2,+                    network >= 2 && < 2.9,                     resource-pool >= 0.2,                     stm,                     time,
revision 2
 name:               hedis version:            0.10.3-x-revision: 1+x-revision: 2 synopsis:     Client library for the Redis datastore: supports full command set,     pipelining.   manual: True  library+  build-depends: base <4.15+   hs-source-dirs:   src   ghc-options:      -Wall -fwarn-tabs   if flag(dev)