hedis-pile-0.5.3: hedis-pile.cabal
name: hedis-pile
version: 0.5.3
cabal-version: >= 1.8
build-type: Simple
stability: Experimental
license: BSD3
license-file: LICENSE
synopsis: Caching mandatory data with Redis
description: Solution for caching mandatory data with Redis.
category: Database
author: Alexander Dorofeev <aka.spin@gmail.com>
maintainer: Alexander Dorofeev <aka.spin@gmail.com>
homepage: https://github.com/akaspin/hedis-pile
source-repository head
type: git
location: git://github.com/akaspin/hedis-pile.git
library
hs-source-dirs: src
build-depends:
base >= 4 && < 5,
bytestring >= 0.9 && < 0.10,
binary,
hedis >= 0.4 && < 0.5,
hedis-tags >= 0.1,
string-conversions,
transformers >= 0.2 && < 0.4
ghc-options: -Wall
exposed-modules: Database.Redis.Pile
test-suite test
type: exitcode-stdio-1.0
x-uses-tf: true
hs-source-dirs: test
build-depends:
base >= 4,
HUnit >= 1.2 && < 2,
QuickCheck >= 2.4,
test-framework >= 0.4.1,
test-framework-quickcheck2,
test-framework-hunit,
hedis-pile,
-- from lib
bytestring >= 0.9 && < 0.10,
hedis >= 0.4 && < 0.5,
binary,
lifted-base,
string-conversions,
transformers >= 0.2 && < 0.4
ghc-options: -Wall -rtsopts -threaded
main-is: Main.hs
other-modules: Database.Redis.Test.Pile