cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack name: tempgres-client version: 1.0.0 synopsis: Client library for Tempgres. description: Client library for for conveniently creating temporary PostgreSQL databases for use in tests. category: Database Testing Web homepage: https://github.com/ClockworkConsulting/tempgres-client-hs#readme bug-reports: https://github.com/ClockworkConsulting/tempgres-client-hs/issues author: Bardur Arantsson maintainer: bardur@scientician.net copyright: Copyright (c) 2014-2023 Bardur Arantsson license: BSD2 license-file: LICENSE.txt build-type: Simple source-repository head type: git location: https://github.com/ClockworkConsulting/tempgres-client-hs library exposed-modules: Database.Tempgres.Client other-modules: Paths_tempgres_client hs-source-dirs: src default-extensions: ImportQualifiedPost ghc-options: -Wall build-depends: HTTP >=4000.2.17 && <4001 , base ==4.* , bytestring >=0.9.0.1 default-language: Haskell2010