-- This file has been generated from package.yaml by hpack version 0.18.1. -- -- see: https://github.com/sol/hpack name: arbor-postgres version: 0.0.2 synopsis: Convenience types and functions for postgresql-simple. description: Please see the README on Github at category: Services homepage: https://github.com/arbor/arbor-postgres#readme bug-reports: https://github.com/arbor/arbor-postgres/issues author: Arbor Networks maintainer: mayhem@arbor.net copyright: Arbor Networks license: MIT 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/arbor/arbor-postgres library hs-source-dirs: src default-extensions: BangPatterns FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedStrings TupleSections ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >= 4.7 && < 5 , bytestring >= 0.10 && < 0.11 , generic-lens >= 1.0.0.2 && < 2 , lens >= 4.16 && < 5 , network-uri >= 2.6 && < 3 , optparse-applicative >= 0.14 && < 0.15 , postgresql-simple >= 0.5 && < 0.6 , text >= 1.2 && < 1.3 exposed-modules: Arbor.Postgres.Config Arbor.Postgres.Core Arbor.Postgres.Env Arbor.Postgres.Password other-modules: Paths_arbor_postgres default-language: Haskell2010