-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 4c369b6db498a176311e660d7eb0528d548c5f9e7f244fd667b4b4af76d6e669
name: postgresql-common
version: 0.1.0.0
synopsis: Library for sharing common PostgreSQL types across Haskell PostgreSQL libraries.
description: Please see the README on GitHub at <https://github.com/iand675/postgresql-common#readme>
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