Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Library QuickCheck

Robert M. Lefkowitz edited this page Jun 23, 2014 · 2 revisions

Table of Contents

Description

QuickCheck is a library for random testing of program properties.

Hackage URL

http://hackage.haskell.org/cgi-bin/hackage-scripts/package/QuickCheck

History

HP Version Shipped with
2009.2.0 QuickCheck 1.2.0.0
2009.2.0.1 QuickCheck 1.2.0.0

Latest version

2.1.0.1

Version shipped with GHC 6.10.2

1.2.0.0

Discussion

Note that the 2009.2.0.x release of the Haskell Platform includes QuickCheck version 1.2, not version 2.

Distributions may also package version 2 if they wish but if they package the platform they must also package version 1.2. It is not acceptable to package only version 2 while claiming support for the Haskell Platform.

It is highly likely that for the second major release of the platform that we will move to QuickCheck version 2, however that decision remains to be agreed by the appropriate community discussion process. The 2009.2.0.x release is sticking to the "extra libs" that are shipped with ghc-6.10.x.

Clone this wiki locally