@hackage QuickCheck2.9.1
Automatic testing of Haskell programs
Categories
License
BSD-3-Clause
Maintainer
QuickCheck developers <quickcheck@projects.haskell.org>
Links
Versions
Installation
Tested Compilers
Dependencies (11)
- base >=4.3 && <4.13
- containers
- ghc-prim
- nats >=1
- 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.
This is QuickCheck 2, a library for random testing of program properties.
Install it in the usual way:
$ cabal install
Please report bugs to the QuickCheck mailing list at quickcheck@projects.haskell.org.
If you get errors about Template Haskell, try
$ cabal install -f-templateHaskell
but please report this as a bug.