Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ghc
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16868

Added Files:
        ghc-quickcheck.info 
Log Message:
New package ghc-quickcheck

--- NEW FILE: ghc-quickcheck.info ---
Package: ghc-quickcheck
Version: 2.6
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/QuickCheck/%v/QuickCheck-%v.tar.gz
Source-MD5: 881d546b39c60789e375b2ab3dbce677
SourceDirectory: QuickCheck-%v

Depends: ghc (<< 7.6.4-1), ghc-random

CompileScript: <<
runghc Setup.lhs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.lhs build
runghc Setup.lhs haddock
runghc Setup.lhs register --gen-script
runghc Setup.lhs unregister --gen-script
<<
InstallScript: runghc Setup.lhs copy --destdir=%d

DocFiles: LICENSE README register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: Automatic testing of Haskell programs
DescDetail: <<
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.
<<
Homepage: http://hackage.haskell.org/package/QuickCheck
License: BSD
Maintainer: Brendan Cully <bren...@finkproject.org>


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to