packages feed

test-sandbox-0.0.1.2: test-sandbox.cabal

Name:           test-sandbox
Version:        0.0.1.2
Cabal-Version:  >= 1.14
Category:       Testing
Synopsis:       Sandbox for system tests
Description:    Allows starting and stopping previously registered programs in a sandboxed environment.
                .
                This package provides functions to easily communicate with the aforementioned processes
                via TCP or standard input/output.
                .
                Usage examples can be found on the github page:
                <http://gree.github.io/haskell-test-sandbox/>
                .
                Extensive documentation is available in the source code itself.
License:        BSD3
License-File:   LICENSE
Author:         Benjamin Surma <benjamin.surma@gree.net>
Maintainer:     Benjamin Surma <benjamin.surma@gree.net>
Build-Type:     Simple
Homepage:       http://gree.github.io/haskell-test-sandbox/
Bug-Reports:    https://github.com/gree/haskell-test-sandbox/issues
Source-Repository head
    Type:       git
    Location:   https://github.com/gree/haskell-test-sandbox
Source-Repository this
    Type:       git
    Location:   https://github.com/gree/haskell-test-sandbox
    Tag:        0.0.1.2

Library
    Exposed-modules:    Test.Sandbox
                        Test.Sandbox.Internals

    Build-Depends:      base >=4 && <5, bytestring, cereal, containers,
                        data-default, directory, filepath, lifted-base,
                        monad-control, monad-loops, mtl, network, process,
                        random, random-shuffle, temporary, transformers,
                        transformers-base, unix

    Hs-source-dirs:     src

    Default-Language:   Haskell2010