packages feed

test-framework-quickcheck 0.2.4 → 0.2.5

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~extensible-exceptionsdep ~test-framework

Dependency ranges changed: extensible-exceptions, test-framework

Files

test-framework-quickcheck.cabal view
@@ -1,5 +1,5 @@ Name:                test-framework-quickcheck-Version:             0.2.4+Version:             0.2.5 Cabal-Version:       >= 1.2.3 Category:            Testing Synopsis:            QuickCheck support for the test-framework package.@@ -22,7 +22,7 @@ Library         Exposed-Modules:        Test.Framework.Providers.QuickCheck         -        Build-Depends:          test-framework >= 0.2.0, QuickCheck >= 1.1 && < 2, extensible-exceptions >= 0.1.1+        Build-Depends:          test-framework >= 0.2.0 && < 0.4.0, QuickCheck >= 1.1 && < 2, extensible-exceptions >= 0.1.1 && < 0.2         if flag(base3)                 Build-Depends:          base >= 3 && < 4, random >= 1, parallel >= 1         else