Repository : ssh://darcs.haskell.org//srv/darcs/packages/bytestring On branch : master
http://hackage.haskell.org/trac/ghc/changeset/81928d3b395c9c561576523478e89941157137e1 >--------------------------------------------------------------- commit 81928d3b395c9c561576523478e89941157137e1 Author: Duncan Coutts <[email protected]> Date: Tue May 17 13:51:10 2011 +0000 Update the test suite to QC2 and add a tests-suite stanza to the cabal file QC2 uses a rather different instance for Arbitrary Int which uses much bigger numbers than QC1 used. Some properties have had to be updated to use a smaller int range or they would take nearly forever to run. bytestring.cabal | 25 +++++++- tests/Properties.hs | 121 +++++++++++++++++++++++----------- tests/QuickCheckUtils.hs | 162 +++++++++++++--------------------------------- 3 files changed, 151 insertions(+), 157 deletions(-) Diff suppressed because of size. To see it, use: git show 81928d3b395c9c561576523478e89941157137e1 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
