cabal-version: 2.4
name: postgresql-resilient
version: 0.1.0.0
synopsis: Automatic re-connection support for PostgreSQL
description: PostgreSQL single-connection pool with automatic re-connection support, built on top of postgresql-simple.
license: Apache-2.0
license-file: LICENSE
author: Gabriel Volpe
maintainer: volpegabriel@gmail.com
category: Database
build-type: Simple
extra-source-files: CHANGELOG.md
library
exposed-modules: Database.PostgreSQL.Resilient
build-depends: base >= 4.13.0 && < 4.14
, exceptions >= 0.10.4 && < 0.11
, postgresql-simple >= 0.6.2 && < 0.7
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall