packages feed

pg-harness-server-0.6.2: pg-harness-server.cabal

Name:                pg-harness-server
Version:             0.6.2
Synopsis:            REST service for creating temporary PostgreSQL databases
Description:
  REST service for conveniently creating temporary PostgreSQL databases
  for use in tests.
  .
  See <https://github.com/BardurArantsson/pg-harness/blob/master/README.md README.md> for
  detailed usage and setup instructions.
License:             AGPL-3
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
Data-dir:            data
Data-files:          pg-harness.ini

Source-repository head
  type: git
  location: https://github.com/BardurArantsson/pg-harness.git

Executable pg-harness
  Main-is:           Main.hs
  Ghc-options:       -Wall
  Build-depends:     base == 4.*
                   , async >= 2.0.1.5 && < 3
                   , ini >= 0.3 && < 0.5
                   , postgresql-simple >= 0.6 && < 0.7
                   , random >= 1.0 && < 1.2
                   , scotty >= 0.11.0 && < 0.12
                   , text >= 1.1.0 && < 2
                   , transformers >= 0.5 && < 0.6
                   , warp >= 3.2 && < 3.4
  Hs-source-dirs:    src
  Default-language:  Haskell2010
  Other-modules:     Paths_pg_harness_server
                     PgHarness.Configuration
                     PgHarness.Mutex
                     PgHarness.DatabaseId