cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 4e549c81b966b0d51addc9c29b18f25fec88d19f214f14789c2a104dc3e9f388 name: postgresql-tx-squeal-compat-simple version: 0.2.0.0 synopsis: Connection interop from postgresql-simple connections to postgresql-libpq connections. description: Please see the README on GitHub at category: Database homepage: https://github.com/simspace/postgresql-tx#readme bug-reports: https://github.com/simspace/postgresql-tx/issues author: Jason Shipman maintainer: jasonpshipman@gmail.com copyright: 2020 SimSpace license: BSD3 license-file: LICENSE.md build-type: Simple extra-source-files: CHANGELOG.md LICENSE.md package.yaml source-repository head type: git location: https://github.com/simspace/postgresql-tx library exposed-modules: Database.PostgreSQL.Tx.Squeal.Compat.Simple other-modules: Paths_postgresql_tx_squeal_compat_simple hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , postgresql-simple >=0.6.2 && <0.7 , postgresql-tx-squeal >=0.3.0.0 && <0.4 default-language: Haskell2010