packages feed

multipool-0.1.0.0: multipool.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 94867a7572b048dffde7b9f36b385a6ca96a42467c6d513f22a25f60ed82c231

name:           multipool
version:        0.1.0.0
synopsis:       Generalized system for reading and writing to distributed systems that have primary/replica topologies.
description:    Please see the README on GitHub at <https://github.com/githubuser/multipool#readme>
homepage:       https://github.com/iand675/multipool#readme
bug-reports:    https://github.com/iand675/multipool/issues
author:         Ian Duncan
maintainer:     ian@iankduncan.com
copyright:      2018 Ian Duncan
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/iand675/multipool

library
  exposed-modules:
      Data.MultiPool
  other-modules:
      Paths_multipool
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , bytestring
    , hashable
    , hedis
    , mmorph
    , monad-logger
    , mtl
    , persistent
    , persistent-postgresql
    , postgresql-common-persistent
    , resource-pool
    , text
    , unordered-containers
  default-language: Haskell2010

test-suite multipool-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_multipool
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bytestring
    , hashable
    , hedis
    , mmorph
    , monad-logger
    , mtl
    , multipool
    , persistent
    , persistent-postgresql
    , postgresql-common-persistent
    , resource-pool
    , text
    , unordered-containers
  default-language: Haskell2010