Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/hs-QuickCheck1,
Automatic testing of Haskell programs (Old version)
Branch: CURRENT,
Version: 1.2.0.0,
Package name: hs-QuichCheck1-1.2.0.0,
Maintainer: phoQuickCheck 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)
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
- (2019-12-15) Package has been reborn
- (2019-12-14) Package deleted from pkgsrc
- (2019-06-25) Package has been reborn
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) | |
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.
|