Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/libraries/QuickCheck/QuickCheck.cabal

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


name:		QuickCheck
version:	1.0.1
license:	BSD3
license-file:	LICENSE
author:		Koen Classen and John Hughes
maintainer:	libraries@haskell.org
category:	Testing
homepage:	http://www.math.chalmers.se/~rjmh/QuickCheck/
synopsis:	Automatic testing of Haskell programs
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.
exposed-modules:
	Debug.QuickCheck.Batch,
	Debug.QuickCheck.Poly,
	Debug.QuickCheck.Utils,
	Debug.QuickCheck,
	Test.QuickCheck.Batch,
	Test.QuickCheck.Poly,
	Test.QuickCheck.Utils,
	Test.QuickCheck
build-depends:	base, random
extensions:	CPP

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.