-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 2b2ee99431ace4a6256156fe6335848b4ce04856b60c4fb1e4d61cde709eace0 name: multipool-persistent-postgresql version: 0.1.0.0 synopsis: Read and write appropriately from both master and replicated postgresql instances. description: Please see the README on GitHub at 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 cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.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 , persistent-postgresql , 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 , persistent-postgresql , postgresql-common-persistent , unliftio-core , unordered-containers default-language: Haskell2010