summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-quickcheck/DETAILS
blob: 536d36ebf6df8d15e8974951eee3d65447e0fe71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
           SPELL=haskell-quickcheck
         VERSION=2.4.0.1
          SOURCE="QuickCheck-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/QuickCheck/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:449c2645774e76273583f45539442d4d93973fe46b6285028a2fe115cacfba8a81119d7cbf7509aae0866009c9b35907d2d02ddc4aab2075186c9eb79a79e878
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/QuickCheck-${VERSION}"
        WEB_SITE="http://www.math.chalmers.se/~rjmh/QuickCheck/"
      LICENSE[0]=BSD3
         ENTERED=20070821
           SHORT="a library for automatic testing of Haskell programs"
cat << EOF
A library for testing Haskell programs automatically.  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.
EOF