test-framework-smallcheck 0.1 → 0.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~test-framework
Dependency ranges changed: test-framework
Files
test-framework-smallcheck.cabal view
@@ -1,5 +1,5 @@ Name: test-framework-smallcheck-Version: 0.1+Version: 0.1.1 Cabal-Version: >= 1.6 Category: Testing Synopsis: SmallCheck support for the test-framework package.@@ -28,6 +28,6 @@ Library Exposed-Modules: Test.Framework.Providers.SmallCheck - Build-Depends: test-framework >= 0.4.2.0 && < 0.5,+ Build-Depends: test-framework >= 0.4.2.0 && < 1.0, smallcheck >= 0.6, base >= 4 && < 5