@hackage QuickCheck2.6
Automatic testing of Haskell programs
Categories
License
BSD-3-Clause
Maintainer
QuickCheck developers <quickcheck@projects.haskell.org>
Links
Versions
Installation
Tested Compilers
Dependencies (5)
- base >=3 && <4
- extensible-exceptions
- ghc
- random
- template-haskell >=2.4 Show all…
Dependents (3444)
@hackage/quickcheck-arbitrary-template, @hackage/timeseries, @hackage/Cabal, @hackage/mnist-idx, @hackage/myTestlll, @hackage/unix-memory, Show all…
Package Flags
base3
(on by default)
Choose the new smaller, split-up base package.
base4
(on by default)
Choose the even newer base package with extensible exceptions.
templatehaskell
(on by default)
Build Test.QuickCheck.All, which uses Template Haskell.
This is QuickCheck 2, a library for random testing of program properties.
=== Installation ===
Installation is done with Cabal:
$ cabal install
or, if you're missing the cabal command,
$ runghc Setup.lhs configure $ runghc Setup.lhs build $ runghc Setup.lhs install
If you get errors about Template Haskell, try
$ cabal install -f-templateHaskell
but please report this as a bug, letting us know about your GHC installation.
=== Bugs ===
Please report bugs to the QuickCheck mailing list at quickcheck@projects.haskell.org.
=== Documentation ===
$ runghc Setup.lhs haddock
generates API documentation in dist/doc/html/index.html