name: QuickCheck
version: 2.7.6
id: QuickCheck-2.7.6-445b05601237df624415ab16a9304a31

license: BSD3
copyright: 2000-2014 Koen Claessen, 2006-2008 Björn Bringert, 2009-2014 Nick Smallbone
maintainer: QuickCheck developers <quickcheck@projects.haskell.org>
stability:
homepage: https://github.com/nick8325/quickcheck
package-url:
synopsis: Automatic testing of Haskell programs
description: QuickCheck is a library for random testing of program properties.
             .
             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 Claessen <koen@chalmers.se>
exposed: True
exposed-modules: Test.QuickCheck.Function Test.QuickCheck.All
                 Test.QuickCheck Test.QuickCheck.Arbitrary Test.QuickCheck.Gen
                 Test.QuickCheck.Gen.Unsafe Test.QuickCheck.Monadic
                 Test.QuickCheck.Modifiers Test.QuickCheck.Property
                 Test.QuickCheck.Test Test.QuickCheck.Text Test.QuickCheck.Poly
                 Test.QuickCheck.State Test.QuickCheck.Random
                 Test.QuickCheck.Exception
hidden-modules:
trusted: False
import-dirs: /usr/pkg/lib/QuickCheck-2.7.6/ghc-7.6.3
library-dirs: /usr/pkg/lib/QuickCheck-2.7.6/ghc-7.6.3
hs-libraries: HSQuickCheck-2.7.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-72d6677eb4ac5df4372f1408c9a3c60d
         random-1.1-6565cf82627916177432c87d0b5ea284
         template-haskell-2.8.0.0-84b8a7c4d7b59e8692dd3b70abe1650d
         tf-random-0.5-335c6bf83ab811287a2be8bb8a96e38d
         transformers-0.4.2.0-9870045befb509c9704298b07f673434
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/pkg/share/doc/QuickCheck-2.7.6/html/QuickCheck.haddock
haddock-html: /usr/pkg/share/doc/QuickCheck-2.7.6/html
