packages feed

hedis-envy-0.1.0.0: hedis-envy.cabal

cabal-version:      2.2
name:               hedis-envy
version:            0.1.0.0
description:        Provides FromEnv instance for ConnectInfo of hedis
homepage:           https://github.com/igrep/hedis-envy#readme
bug-reports:        https://github.com/igrep/hedis-envy/issues
author:             IIJ Innovation Institute, Inc.
maintainer:         yuji-yamamoto@iij.ad.jp
copyright:          2020 IIJ Innovation Institute, Inc.
license:            BSD-3-Clause
license-file:       LICENSE
build-type:         Simple
category:           Database,System
extra-source-files: README.md

source-repository head
  type: git
  location: https://github.com/igrep/hedis-envy

library
  exposed-modules:
    Database.Redis.Envy
    Database.Redis.Envy.Instance
  build-depends:
    , base >=4.7 && <5
    , hedis >= 0.12
    , envy >= 2.0
    , time
    , scientific
  default-language: Haskell2010
  hs-source-dirs:  src