           SPELL=haskell-quickcheck
         PACKAGE=QuickCheck
         VERSION=2.16.0.0
          SOURCE="QuickCheck-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/QuickCheck-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:14fbcc4afce9c6289737df7e85cb08f3d72794e970696e7d0b8fc3af6b57f1ad04c4cb8cf5d596853fe4ad85ca33ed6b1bbc161bbf129d0117e19f6511d8aa86
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/QuickCheck-${VERSION}"
        WEB_SITE="https://github.com/nick8325/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
