Automatic testing of Haskell programs
QuickCheck is a library for random testing of program properties. The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly generated cases. Specifications are expressed in Haskell, using combinators provided by QuickCheck. QuickCheck provides combinators to define properties, observe the distribution of test data, and define test data generators.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.14.3-7.fc42 | - |
Fedora 42 | 2.14.3-7.fc42 | - |
Fedora 41 | 2.14.3-6.fc41 | - |
Fedora 40 | 2.14.3-3.fc40 | - |
Fedora EPEL 9 | 2.14.2-2.el9 | - |
Fedora EPEL 8 | 2.10.1-4.el8 | - |
You can contact the maintainers of this package via email at
ghc-QuickCheck dash maintainers at fedoraproject dot org
.