Name: snaplet-redis Version: 0.1.4.2 Synopsis: Redis support for Snap Framework Description: This package provides a snaplet which exposes interface to Redis in-memory key-value storage as implemented by Hedis library. Inline documentation contains usage examples. Homepage: https://github.com/dzhus/snaplet-redis/ Bug-reports: https://github.com/dzhus/snaplet-redis/issues/ License: BSD3 License-file: LICENSE Author: Dmitry Dzhus Maintainer: dima@dzhus.org Category: Web, Snap stability: stable Build-type: Simple Cabal-version: >=1.6 Tested-with: GHC == 7.6.3, GHC == 7.8.3 Extra-source-files: ChangeLog source-repository head type: git location: git://github.com/dzhus/snaplet-redis.git Library ghc-options: -Wall hs-source-dirs: src Exposed-modules: Snap.Snaplet.RedisDB Build-depends: base >= 4 && < 5, configurator >= 0.2 && < 0.4, lens >= 3.8 && < 4.8, hedis == 0.6.*, mtl >= 2 && < 3, network >= 2.4 && < 2.7, snap >= 0.11 && < 0.14, transformers >= 0.3 && < 0.5, text >= 0.9 && < 1.3