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