test-sandbox 0.0.1 → 0.0.1.1
raw patch · 1 files changed
+7/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- test-sandbox.cabal +7/−1
test-sandbox.cabal view
@@ -1,11 +1,17 @@ Name: test-sandbox-Version: 0.0.1+Version: 0.0.1.1 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>