packages feed

QuickCheck 2.10 → 2.10.0.1

raw patch · 2 files changed

+4/−4 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.10+Version: 2.10.0.1 Cabal-Version: >= 1.8 Build-type: Simple License: BSD3@@ -49,7 +49,7 @@ source-repository this   type:     git   location: https://github.com/nick8325/quickcheck-  tag:      2.10+  tag:      2.10.0.1  flag templateHaskell   Description: Build Test.QuickCheck.All, which uses Template Haskell.
changelog view
@@ -17,8 +17,8 @@ 	* QuickCheck no longer catches asynchronous exceptions, which 	  means that pressing ctrl-C will now cancel testing without 	  printing a counterexample. If you are debugging an infinite loop,-	  please use the 'timeout' combinator or 'verboseCheck' instead.-	  ('timeout' is better as it allows the counterexample to be+	  please use the 'within' combinator or 'verboseCheck' instead.+	  ('within' is better as it allows the counterexample to be 	  shrunk.)  	* Much of Test.QuickCheck.Function (showable random functions)