hedis-monadic-0.0.2: hedis-monadic.cabal
name: hedis-monadic
version: 0.0.2
synopsis: A la MonadReader for Redis connection
license: BSD3
license-file: LICENSE
author: Aleksey Uimanov
maintainer: s9gf4ult@gmail.com
category: Database
build-type: Simple
cabal-version: >=1.10
homepage: https://bitbucket.org/s9gf4ult/redis-monadic
source-repository head
type: git
location: git@bitbucket.org:s9gf4ult/redis-monadic.git
library
default-language: Haskell2010
hs-source-dirs: src
default-extensions: CPP
, FlexibleContexts
, FlexibleInstances
, GeneralizedNewtypeDeriving
, MultiParamTypeClasses
, StandaloneDeriving
, TypeFamilies
, UndecidableInstances
build-depends: base >=4.6 && <4.8
, hedis
, monad-control
, mtl
, transformers
, transformers-base
, transformers-compat
exposed-modules: Database.Redis.Monadic
ghc-options: -Wall