test-sandbox 0.0.1.6 → 0.0.1.7
raw patch · 3 files changed
+6/−6 lines, 3 files
Files
- src/Test/Sandbox.hs +1/−1
- src/Test/Sandbox/Internals.hs +1/−1
- test-sandbox.cabal +4/−4
src/Test/Sandbox.hs view
@@ -1,6 +1,6 @@ {- | Module : Test.Sandbox- Maintainer: Benjamin Surma <benjamin.surma@gree.net>+ Maintainer: Benjamin Surma <benjamin.surma@gmail.com> Configuration and management of processes in a sandboxed environment for system testing.
src/Test/Sandbox/Internals.hs view
@@ -1,4 +1,4 @@--- author: Benjamin Surma <benjamin.surma@gree.net>+-- author: Benjamin Surma <benjamin.surma@gmail.com> {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-}
test-sandbox.cabal view
@@ -1,5 +1,5 @@ Name: test-sandbox-Version: 0.0.1.6+Version: 0.0.1.7 Cabal-Version: >= 1.14 Category: Testing Synopsis: Sandbox for system tests@@ -14,8 +14,8 @@ 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>+Author: Benjamin Surma <benjamin.surma@gmail.com>+Maintainer: Benjamin Surma <benjamin.surma@gmail.com> Build-Type: Simple Homepage: http://gree.github.io/haskell-test-sandbox/ Bug-Reports: https://github.com/gree/haskell-test-sandbox/issues@@ -25,7 +25,7 @@ Source-Repository this Type: git Location: https://github.com/gree/haskell-test-sandbox- Tag: test-sandbox_0.0.1.6+ Tag: test-sandbox_0.0.1.7 Library Exposed-modules: Test.Sandbox