packages feed

QuickCheck 2.3 → 2.3.0.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

QuickCheck.cabal view
@@ -1,5 +1,5 @@ Name: QuickCheck-Version: 2.3+Version: 2.3.0.1 Cabal-Version: >= 1.2 Build-type: Simple License: BSD3
Test/QuickCheck/Arbitrary.hs view
@@ -343,7 +343,7 @@ shrinkIntegral x =    nub $   [ -x-  | -x > x+  | x < 0, -x > x   ] ++   [ x'   | x' <- takeWhile (<< x) (0:[ x - i | i <- tail (iterate (`quot` 2) x) ])