@hackage QuickCheck2.12.3
Automatic testing of Haskell programs
Categories
License
BSD-3-Clause
Maintainer
Nick Smallbone <nick@smallbone.se>
Links
Versions
Installation
Tested Compilers
Dependencies (11)
- base <4.13
- containers
- deepseq >=1.3.0.0 && <1.5
- erf >=2
- ghc-prim
- old-locale 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.
This is QuickCheck 2, a library for random testing of program properties.
Install it in the usual way:
$ cabal install
The quickcheck-instances 1 companion package provides instances for types in Haskell Platform packages at the cost of additional dependencies.