packages feed

test-sandbox-quickcheck 0.0.1.6 → 0.1.0

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~test-sandboxPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: test-sandbox

API changes (from Hackage documentation)

Files

test-sandbox-quickcheck.cabal view
@@ -1,5 +1,5 @@ Name:           test-sandbox-quickcheck-Version:        0.0.1.6+Version:        0.1.0 Cabal-Version:  >= 1.14 Category:       Testing Synopsis:       QuickCheck convenience functions for use with test-sandbox@@ -18,13 +18,13 @@ Source-Repository this     Type:       git     Location:   https://github.com/gree/haskell-test-sandbox-    Tag:        test-sandbox-quickcheck_0.0.1.6+    Tag:        test-sandbox-quickcheck_0.1.0  Library     Exposed-modules:    Test.Sandbox.QuickCheck      Build-Depends:      base >=4 && <5, mtl, random, transformers,-                        test-sandbox >=0.0.1.9 && <0.0.2, QuickCheck >=2.7+                        test-sandbox ==0.1.* , QuickCheck >=2.7      Hs-source-dirs:     src