@hackage QuickCheck2.14.3
Automatic testing of Haskell programs
Categories
License
BSD-3-Clause
Maintainer
Nick Smallbone <nick@smallbone.se>
Links
Versions
Installation
Tested Compilers
Dependencies (10)
- base >=4.3 && <5
- containers
- deepseq >=1.1.0.0
- ghc-prim
- old-locale
- old-time Show all…
Dependents (3444)
@hackage/quickcheck-arbitrary-template, @hackage/timeseries, @hackage/Cabal, @hackage/mnist-idx, @hackage/myTestlll, @hackage/unix-memory, Show all…
Package Flags
templatehaskell
(on by default)
Build Test.QuickCheck.All, which uses Template Haskell.
old-random
(off by default)
Build against a pre-1.2.0 version of the random package.
This is QuickCheck 2, a library for random testing of program properties.
Add QuickCheck to your package dependencies to use it in tests or REPL.
The quickcheck-instances 1 companion package provides instances for types in Haskell Platform packages at the cost of additional dependencies.
The make-hugs script makes a Hugs-compatible version of QuickCheck. It may also be useful for other non-GHC implementations.