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: 7f351628eb129bc6cef3066ff4ba4a905087783e315394c21342074adbaae976
name: multipool-persistent-postgresql
version: 0.2.0.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
, 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
, postgresql-common-persistent
, unliftio-core
, unordered-containers
default-language: Haskell2010