name: QuickCheck
version: 1.2.0.0
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage: http://www.math.chalmers.se/~rjmh/QuickCheck/
package-url:
description: 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.
category: Testing
author: Koen Classen and John Hughes
exposed: True
exposed-modules: Debug.QuickCheck.Batch Debug.QuickCheck.Poly
                 Debug.QuickCheck.Utils Debug.QuickCheck Test.QuickCheck.Batch
                 Test.QuickCheck.Poly Test.QuickCheck.Utils Test.QuickCheck
hidden-modules:
import-dirs: /usr/lib/haskell-packages/ghc6/lib/QuickCheck-1.2.0.0/ghc-6.10.4
library-dirs: /usr/lib/haskell-packages/ghc6/lib/QuickCheck-1.2.0.0/ghc-6.10.4
hs-libraries: HSQuickCheck-1.2.0.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-3.0.3.1 random-1.0.0.1
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/share/ghc6-doc/ghc-6.10.4/haddock/quickcheck1/QuickCheck.haddock
haddock-html: /usr/share/doc/libghc6-quickcheck1-doc/html/
