packages feed

test-framework-quickcheck2 0.2.12 → 0.2.12.1

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~test-framework

Dependency ranges changed: test-framework

Files

Test/Framework/Providers/QuickCheck2.hs view
@@ -103,7 +103,7 @@     (gen, seed) <- newSeededStdGen (unK $ topt_seed topts)          let max_success = unK $ topt_maximum_generated_tests topts-        max_size = maxSize stdArgs -- Maximum generated value size currently not configurable+        max_size = unK $ topt_maximum_test_size topts          -- Copied from the unexported function Test.QuickCheck.Text.output         -- Very horrible hack here since the Output data constructor is also not exported!
test-framework-quickcheck2.cabal view
@@ -1,5 +1,5 @@ Name:                test-framework-quickcheck2-Version:             0.2.12+Version:             0.2.12.1 Cabal-Version:       >= 1.2.3 Category:            Testing Synopsis:            QuickCheck2 support for the test-framework package.@@ -22,7 +22,7 @@ Library         Exposed-Modules:        Test.Framework.Providers.QuickCheck2 -        Build-Depends:          test-framework >= 0.2.0 && < 0.5.0, QuickCheck >= 2.4 && < 2.5, extensible-exceptions >= 0.1.1 && < 0.2.0+        Build-Depends:          test-framework >= 0.6, QuickCheck >= 2.4 && < 2.5, extensible-exceptions >= 0.1.1 && < 0.2.0         if flag(base3)                 Build-Depends:          base >= 3 && < 4, random >= 1         else