Commit graph

2 commits

Author SHA1 Message Date
pho
4389c5c44b Forgot to add a dependency on devel/hs-transformers. Bump revision
I badly want buildlink for Haskell packages, though it's not very easy
to implement...
2015-02-14 04:57:28 +00:00
pho
446561adea Import QuickCheck-2.7.6 from wip/hs-QuickCheck
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 defined in
the QuickCheck library. QuickCheck provides combinators to define
properties, observe the distribution of test data, and define test
data generators.
2015-02-14 04:34:33 +00:00