name:                 QuickCheck
version:              2.15.0.1
visibility:           public
id:                   QuickCheck-2.15.0.1-FeemO1Y9tdxDayRiDa0Qxe
key:                  QuickCheck-2.15.0.1-FeemO1Y9tdxDayRiDa0Qxe
license:              BSD-3-Clause
copyright:
    2000-2019 Koen Claessen, 2006-2008 Björn Bringert, 2009-2019 Nick Smallbone

maintainer:           Nick Smallbone <nick@smallbone.se>
author:               Koen Claessen <koen@chalmers.se>
homepage:             https://github.com/nick8325/quickcheck
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 provided by
    QuickCheck. QuickCheck provides combinators to define properties, observe the
    distribution of test data, and define test data generators.

    Most of QuickCheck's functionality is exported by the main "Test.QuickCheck"
    module. The main exception is the monadic property testing library in
    "Test.QuickCheck.Monadic".

    If you are new to QuickCheck, you can try looking at the following resources:

    * The <http://www.cse.chalmers.se/~rjmh/QuickCheck/manual.html official QuickCheck manual>.
    It's a bit out-of-date in some details and doesn't cover newer QuickCheck features,
    but is still full of good advice.
    * <https://begriffs.com/posts/2017-01-14-design-use-quickcheck.html>,
    a detailed tutorial written by a user of QuickCheck.

    The <https://hackage.haskell.org/package/quickcheck-instances quickcheck-instances>
    companion package provides instances for types in Haskell Platform packages
    at the cost of additional dependencies.

category:             Testing
abi:                  ddfa2d9cfc94c21b59ed9f1518662262
exposed:              True
exposed-modules:
    Test.QuickCheck Test.QuickCheck.All Test.QuickCheck.Arbitrary
    Test.QuickCheck.Exception Test.QuickCheck.Features
    Test.QuickCheck.Function Test.QuickCheck.Gen
    Test.QuickCheck.Gen.Unsafe Test.QuickCheck.Modifiers
    Test.QuickCheck.Monadic Test.QuickCheck.Poly
    Test.QuickCheck.Property Test.QuickCheck.Random
    Test.QuickCheck.State Test.QuickCheck.Test Test.QuickCheck.Text

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/QuickCheck-2.15.0.1-FeemO1Y9tdxDayRiDa0Qxe

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/QuickCheck-2.15.0.1-FeemO1Y9tdxDayRiDa0Qxe

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/QuickCheck-2.15.0.1-FeemO1Y9tdxDayRiDa0Qxe

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/QuickCheck-2.15.0.1

hs-libraries:         HSQuickCheck-2.15.0.1-FeemO1Y9tdxDayRiDa0Qxe
depends:
    base-4.20.0.0-inplace containers-0.7-inplace
    deepseq-1.5.0.0-inplace random-1.3.0-23BW6tricnOKWC1NYRlV2o
    splitmix-0.1.1-EHhrmgvLIdE5MespWqgODX
    template-haskell-2.22.0.0-inplace transformers-0.6.1.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/QuickCheck-2.15.0.1/html/QuickCheck.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/QuickCheck-2.15.0.1/html
