packages feed

redis-simple-0.1: redis-simple.cabal

Name:                redis-simple
Version:             0.1
Synopsis:            Simple redis bindings for Haskell
Description:         This package is meant to simplify usage of redis in
                     Haskell. It is built on the full-blown @redis@ package
                     and, in fact, does nothing more than providing an easier
                     interface to a small subset of it's functions.
Homepage:            http://github.com/jaspervdj/redis-simple
Bug-Reports:         http://github.com/jaspervdj/redis-simple/issues
License:             BSD3
License-file:        LICENSE
Author:              Jasper Van der Jeugt
Maintainer:          jaspervdj@gmail.com
Stability:           Experimental
Category:            Text
Build-type:          Simple
Cabal-version:       >=1.2
Library
  Ghc-Options:       -Wall

  -- Modules exported by the library.
  Exposed-modules:   Database.Redis.Simple
  
  -- Packages needed in order to build this package.
  Build-depends:     base >= 4 && < 5,
                     redis >= 0.7,
                     bytestring >= 0.9,
                     binary >= 0.5