Cabal revisions of hedis-0.13.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: hedis version: 0.13.0+x-revision: 1 synopsis: Client library for the Redis datastore: supports full command set, pipelining. , Database.Redis.Core.Internal build-depends: scanner >= 0.2, async >= 2.1,- base >= 4.8 && < 5,+ base >= 4.10 && < 5, bytestring >= 0.9, bytestring-lexing >= 0.5, exceptions,
revision 2
name: hedis version: 0.13.0-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+ default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall -fwarn-tabs