name: redis-hs version: 0.1.1 author: Will Langstroth maintainer: Will Langstroth license: MIT license-file: LICENSE homepage: http://ohloh.net/p/redis-hs synopsis: A simple Redis library for Haskell description: This package provides access to Redis stores using Data.ByteString.UTF8 for consistent handling of UTF8 encoding. The function set is almost complete. category: Database build-type: Simple cabal-version: >= 1.6 extra-source-files: haddock.sh, LICENSE, README.md, test/redis-tests.cabal, test/suite/TestSuite.hs, test/suite/Database/Redis/Connection/Tests.hs test/suite/Database/Redis/General/Tests.hs test/suite/Database/Redis/String/Tests.hs test/suite/Database/Redis/List/Tests.hs test/suite/Database/Redis/Set/Tests.hs library hs-source-dirs: src exposed-modules: Database.Redis, Database.Redis.Connection, Database.Redis.General, Database.Redis.String, Database.Redis.List, Database.Redis.Set, Database.Redis.SortedSet, Database.Redis.Hash, Database.Redis.Transaction Database.Redis.Internal build-depends: base == 4.*, bytestring >= 0.9, network >= 2.3, utf8-string >= 0.3.5 ghc-options: -Wall ghc-prof-options: -prof -auto-all source-repository head type: git location: http://github.com/wlangstroth/redis-hs.git