Changes between Version 1 and Version 2 of Library/QuickCheck
- Timestamp:
- 04/07/09 06:43:51 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Library/QuickCheck
v1 v2 1 == Description == 2 3 QuickCheck is a library for random testing of program properties. 4 5 == Hackage URL == 6 7 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/QuickCheck 8 9 == Latest version == 10 11 2.1.0.1 12 13 == Version shipped with GHC 6.10.2 == 14 15 1.2.0.0 16 17 == Discussion == 18 1 19 Note that the 2008.0 release of the Haskell Platform includes QuickCheck version 1.2, not version 2. 2 20
