Subject: CVS commit: pkgsrc/devel/hs-QuickCheck
From: Masatake Daimon
Date: 2015-02-14 05:34:33
Message id: 20150214043433.2CFE698@cvs.netbsd.org

Log Message:
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.

Files:
RevisionActionfile
1.1addpkgsrc/devel/hs-QuickCheck/DESCR
1.1addpkgsrc/devel/hs-QuickCheck/Makefile
1.1addpkgsrc/devel/hs-QuickCheck/PLIST
1.1addpkgsrc/devel/hs-QuickCheck/buildlink3.mk
1.1addpkgsrc/devel/hs-QuickCheck/distinfo