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

PortSystem 1.0

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

description	Automatic testing of Haskell programs (platform 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     70ae077de501e13f1cb60600482505df		\
		sha1    012d080008cbbd955a0e7a785958e7bf66f1213b	\
		rmd160  9183bd1551e93eadd64da6b298055085bdfc4d27

depends_lib	port:ghc

universal_variant	no

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

build.args-append	-v

livecheck.type	none

