cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: ff4785686cbbd2aa3731d51f8468b78747766124387d369fff15a8990865fe7e
name: multipool-persistent
version: 0.2.0.0
synopsis: Read and write from appropriate persistent sql instances in replicated environments.
description: Please see the README on GitHub at <https://github.com/iand675/multipool#readme>
category: Database
homepage: https://github.com/iand675/multipool-persistent#readme
bug-reports: https://github.com/iand675/multipool-persistent/issues
author: Ian Duncan
maintainer: ian@iankduncan.com
copyright: Ian Duncan
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/iand675/multipool-persistent
library
exposed-modules:
Data.MultiPool.Persist.Sql
other-modules:
Paths_multipool_persistent
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, mtl
, multipool
, persistent
, resource-pool
, unliftio-core
, unordered-containers
default-language: Haskell2010
test-suite multipool-persistent-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_multipool_persistent
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, mtl
, multipool
, multipool-persistent
, persistent
, resource-pool
, unliftio-core
, unordered-containers
default-language: Haskell2010