Name: pg-harness-client
Version: 0.6.0
Synopsis: Client library for pg-harness-server
Description:
Client library for <https://hackage.haskell.org/package/pg-harness-server pg-harness-server>
for conveniently creating temporary PostgreSQL databases for use in tests.
License: BSD2
License-file: LICENSE.txt
Author: Bardur Arantsson
Homepage: https://github.com/BardurArantsson/pg-harness
Maintainer: bardur@scientician.net
Copyright: Copyright (c) 2014, 2015 Bardur Arantsson
Category: Database Testing Web
Build-type: Simple
Cabal-version: >=1.10
Source-repository head
type: git
location: https://github.com/BardurArantsson/pg-harness.git
Library
Build-depends: base == 4.*
, bytestring >= 0.9.0.1
, HTTP >= 4000.2.17 && < 4001
Default-language: Haskell2010
Ghc-options: -Wall
Hs-source-dirs: src
Exposed-modules: Database.PostgreSQL.Harness.Client