# $Id: Portfile 64933 2010-03-17 23:21:06Z gwright@macports.org $

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	dlist 0.5
maintainers	nomaintainer
platforms	darwin

description	Difference lists
long_description	\
	Differences lists: a list-like type supporting O(1) append.	\
	This is particularly useful for efficient logging and pretty	\
	printing, (e.g. with the Writer monad), where list append	\
	quickly becomes too expensive. 

checksums	md5     54f6c18ff689b7ef54e3229dc4a94107		\
		sha1    846252c657e838daf9b401b35d94a3c2619e18e9	\
		rmd160  9e27893d3bf1f0057567a9a60f8aa3d7e08e26b4

universal_variant	no

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

build.args-append	-v

