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

PortSystem 1.0
PortGroup	haskell 1.0
haskell.setup	parsec 2.1.0.1
name		hs-platform-parsec
maintainers	nomaintainer
description	Monadic parser combinators for Haskell (platform version)
long_description	\
	Parsec is designed from scratch as an industrial-strength \
	parser library. It is simple, safe, well documented, has \
	extensive libraries and good error messages, and is also \
	fast. It is defined as a monad transformer that can be \
	stacked on arbitrary monads, and it is also parametric \
	in the input stream type.

platforms	darwin

checksums	md5     557d935019ec4d966f2103fdf1a8c559 \
		sha1    f09c7fcbf66c39cc4de2a50dbb1374ba82168b52 \
		rmd160  95ddc9199f1da5e0773db2f653d394dbe07974ee

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

