-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 479b4f48750c8668063e5a74af51be88a8553157b555f5a1c6463950323c865e name: postgresql-common-persistent version: 0.1.0.0 synopsis: Persistent compatibility for postgresql-common description: Please see the README on GitHub at homepage: https://github.com/iand675/postgresql-common#readme bug-reports: https://github.com/iand675/postgresql-common/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/postgresql-common library exposed-modules: Database.Persist.Postgresql.Common other-modules: Paths_postgresql_common_persistent hs-source-dirs: src build-depends: base >=4.7 && <5 , bytestring , persistent , postgresql-common , text default-language: Haskell2010 test-suite postgresql-common-persistent-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_postgresql_common_persistent hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring , persistent , postgresql-common , postgresql-common-persistent , text default-language: Haskell2010