           SPELL=haskell-quickcheck
         VERSION=2.1
          SOURCE="QuickCheck-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/QuickCheck/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:a53e9465e1e062fe9f1766da4bb93a3a8ddd7bec79072abf5c3130b8ae70a02a51896542e96a97713fc7b170a77271c27726e1f5db4a9507421f735e4b086a83
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
