NOTICE: This package has been removed from pkgsrc

./wip/hs-QuickCheck1, Automatic testing of Haskell programs (Old version)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.2.0.0, Package name: hs-QuichCheck1-1.2.0.0, Maintainer: pho

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.


Required to run:
[wip/ghc]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 012d080008cbbd955a0e7a785958e7bf66f1213b
RMD160: 9183bd1551e93eadd64da6b298055085bdfc4d27
Filesize: 8.801 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2009-09-23 08:02:41 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-QuichCheck1-1.2.0.0 as wip/hs-QuickCheck1.

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.