cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 38184121adb69accd291a224f21f2e7561c4f2779343321d4743a42c47fa0ba6
name: multipool-persistent-postgresql
version: 0.1.1.0
synopsis: Read and write appropriately from both master and replicated postgresql instances.
description: Please see the README on GitHub at <https://github.com/iand675/multipool#readme>
category: Database
homepage: https://github.com/iand675/multipool-persistent-postgresql#readme
bug-reports: https://github.com/iand675/multipool-persistent-postgresql/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-postgresql
library
exposed-modules:
Data.MultiPool.Persist.Postgresql
other-modules:
Paths_multipool_persistent_postgresql
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, monad-logger
, mtl
, multipool
, multipool-persistent
, persistent >=2.9.0
, persistent-postgresql >=2.9.0
, persistent-qq >=2.9.0
, postgresql-common-persistent
, unliftio-core
, unordered-containers
default-language: Haskell2010
test-suite multipool-persistent-postgresql-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_multipool_persistent_postgresql
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, monad-logger
, mtl
, multipool
, multipool-persistent
, multipool-persistent-postgresql
, persistent >=2.9.0
, persistent-postgresql >=2.9.0
, persistent-qq >=2.9.0
, postgresql-common-persistent
, unliftio-core
, unordered-containers
default-language: Haskell2010