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