-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 7f883f30e3672c91761e447a327c42803467da6f90cba3e7f75b88be275f4a8a name: postgresql-common version: 0.1.0.1 synopsis: Library for sharing common PostgreSQL types across Haskell PostgreSQL libraries. 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.PostgreSQL.Types.LSN other-modules: Paths_postgresql_common hs-source-dirs: src build-depends: attoparsec , base >=4.7 && <5 , bytestring , postgresql-simple default-language: Haskell2010 test-suite postgresql-common-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_postgresql_common hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: attoparsec , base >=4.7 && <5 , bytestring , postgresql-common , postgresql-simple default-language: Haskell2010