pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hs-QuickCheck



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb 14 04:34:33 UTC 2015

Added Files:
        pkgsrc/devel/hs-QuickCheck: DESCR Makefile PLIST buildlink3.mk distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-QuickCheck/DESCR \
    pkgsrc/devel/hs-QuickCheck/Makefile pkgsrc/devel/hs-QuickCheck/PLIST \
    pkgsrc/devel/hs-QuickCheck/buildlink3.mk \
    pkgsrc/devel/hs-QuickCheck/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index