name: yesod-session-redis version: 0.1.0 license: BSD3 license-file: LICENSE author: Oliver Hunt maintainer: Oliver Hunt description: Redis-Powered Sessions for Haskell synopsis: Redis-Powered Sessions for Haskell category: Database stability: experimental cabal-version: >= 1.6 build-type: Simple homepage: https://github.com/ollieh/yesod-session-redis source-repository head type: git location: https://ollieh@github.com/ollieh/yesod-session-redis.git library build-depends: base >= 4 && < 5, mtl, time, bytestring >= 0.9, text, hedis >= 0.6, cookie, binary, pool-conduit, yesod-core >= 1.0, wai, containers, network, random exposed-modules: Web.RedisSession, Yesod.Session.Redis