packages feed

apiary-redis-1.5.0: apiary-redis.cabal

name:                apiary-redis
version:             1.5.0
synopsis:            redis support for apiary web framework.
description:
  example: <https://github.com/philopon/apiary/blob/master/examples/redis.hs>
license:             MIT
license-file:        LICENSE
author:              Winter Han<drkoster@qq.com>
maintainer:          Winter Han<drkoster@qq.com>
Homepage:            https://github.com/philopon/apiary
Bug-reports:         https://github.com/philopon/apiary/issues
copyright:           (c) 2017 Winter Han
category:            Web
build-type:          Simple
stability:           stable
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Web.Apiary.Database.Redis
  build-depends:       base               >=4.7   && <5.0
                     , hedis              >= 0.9.0   && <1.0
                     , apiary             >=2.1   && <3.0
                     , transformers       >=0.2   && <0.6

  hs-source-dirs:      src
  ghc-options:         -O2 -Wall
  default-language:    Haskell2010

source-repository head
  type:     git
  location: git://github.com/philopon/apiary.git