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

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	stm 2.1.1.2
name		hs-platform-stm
maintainers	nomaintainer
platforms	darwin

description	Software transactional memory
long_description	\
	A modular composable concurrency abstraction

checksums	md5     159eaa40d86e48f4169c25ab91d69b6d \
		sha1    f0b8264a0fa3a04163ccda0c7250a8c87edcf06e \
		rmd160  52b0bd58cfd1f3d737dcc1a96b0c0da83d9ee821

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

