# $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	QuickCheck 2.1.0.3
name		hs-QuickCheck
maintainers	gwright
platforms	darwin

description	Automatic testing of Haskell programs (development version)
long_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. 

checksums	md5     c983f18ac12c942271e4a3beb6a5a50c \
		sha1    e1c6c4741d042580bffcf6d586a16406b22d5e9c \
		rmd160  2aada609094f946ff8c2b25a32508ace303f8d17

universal_variant	no

depends_lib	port:hs-platform-mtl	\
		port:hs-random

configure.args-append	--enable-library-profiling -v \
			--with-gcc=${configure.cc}

build.args-append     -v

