Cabal revisions of hedis-0.10.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: hedis version: 0.10.0+x-revision: 1 synopsis: Client library for the Redis datastore: supports full command set, pipelining. . [Compatibility with Latest Stable Redis:] Hedis is intended to be used with the latest stable version of Redis (currently 3.2).- Most redis commands (<http://redis.io/commands>) are available as- haskell functions, although MONITOR and SYNC are intentionally- omitted. Additionally, a low-level API is+ Most redis commands (<http://redis.io/commands>) are available as+ haskell functions, although MONITOR and SYNC are intentionally+ omitted. Additionally, a low-level API is exposed that makes it easy for the library user to implement further commands, such as new commands from an experimental Redis version. . exposed-modules: Database.Redis build-depends: scanner >= 0.2, async >= 2.1,- base >= 4.6 && < 5,+ base >= 4.6 && < 4.11, 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,