@hackage QuickCheck2.18.0.0
Automatic testing of Haskell programs
Categories
License
BSD-3-Clause
Maintainer
Nick Smallbone <nick@smallbone.se>
Links
Versions
Installation
Tested Compilers
Dependencies (8)
- base >=4.14 && <5
- containers
- data-array-byte
- deepseq >=1.1.0.0
- random >=1.0.0.3 && <1.2.0
- splitmix >=0.1.0.2 && <0.2 Show all…
Dependents (3435)
@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.