summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-quickcheck/DETAILS
blob: 78ffb5682da2f1d0ae4a9c594a1606f10832250f (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.12.6.1
          SOURCE="QuickCheck-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/QuickCheck/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:bbd11ea7f22af02ad1ab4d59aecc0dc57d3b9d63e42c1a73beff94f645778858fe22d8d8234669c96ce901508b85d3b42b2f7647b81510bcdd9eaada937016c1
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