packages feed

test-framework-sandbox 0.0.1 → 0.0.1.1

raw patch · 1 files changed

+12/−3 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

test-framework-sandbox.cabal view
@@ -1,12 +1,21 @@ Name:           test-framework-sandbox-Version:        0.0.1+Version:        0.0.1.1 Cabal-Version:  >= 1.14 Category:       Testing Synopsis:       test-sandbox support for the test-framework package-Description:    Interfaces the test-sandbox the test-framework packages to allow writing system tests+Description:    Interfaces the test-sandbox with the test-framework packages to allow writing system tests                 in Haskell in a standard fashion.-                The environment is preserved between test cases, enabling the user, for instance, to start+                .+                The environment is preserved between test cases. This enables the user, for instance, to start                 a process in one test and stop it in another.+                .+                Usage examples can be found on the github page:+                <http://gree.github.io/haskell-test-sandbox/>+                .+                A full example project is available at:+                <https://git.gree-dev.net/benjamin-surma/flare-tests/>+                .+                Extensive documentation is available in the source code itself. License:        BSD3 License-File:   LICENSE Author:         Benjamin Surma <benjamin.surma@gree.net>