@hackage QuickCheck2.4
Automatic testing of Haskell programs
Categories
License
BSD-3-Clause
Maintainer
QuickCheck developers <quickcheck@projects.haskell.org>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (6)
- base >=4 && <4.5
- extensible-exceptions
- ghc
- mtl
- random
- template-haskell Show all…
Dependents (3444)
@hackage/quickcheck-arbitrary-template, @hackage/timeseries, @hackage/Cabal, @hackage/mnist-idx, @hackage/myTestlll, @hackage/unix-memory, Show all…
Package Flags
splitbase
(on by default)
Choose the new smaller, split-up base package.
extensibleexceptions
(on by default)
Choose the even newer, even smaller, split-up base package.
This is QuickCheck 2.1.1, 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
=== 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