test-sandbox 0.0.1.7 → 0.0.1.8
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~processnew-uploader
Dependency ranges changed: process
Files
- test-sandbox.cabal +3/−3
test-sandbox.cabal view
@@ -1,5 +1,5 @@ Name: test-sandbox-Version: 0.0.1.7+Version: 0.0.1.8 Cabal-Version: >= 1.14 Category: Testing Synopsis: Sandbox for system tests@@ -25,7 +25,7 @@ Source-Repository this Type: git Location: https://github.com/gree/haskell-test-sandbox- Tag: test-sandbox_0.0.1.7+ Tag: test-sandbox_0.0.1.8 Library Exposed-modules: Test.Sandbox@@ -33,7 +33,7 @@ Build-Depends: base >=4 && <5, bytestring, cereal, containers, data-default, directory, filepath, lifted-base,- monad-control, monad-loops, mtl, network, process,+ monad-control, monad-loops, mtl, network, process >= 1.1 && < 1.2, random, random-shuffle, temporary, transformers, transformers-base, unix