-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 7a648493a1802368bb2f1a09b72f5ee62b46affb3916b8846f6d9d0d6e8c8b84 name: arbor-postgres version: 0.0.1 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 , 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