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

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	network 2.2.1.4
name		hs-platform-network
maintainers	nomaintainer
platforms	darwin

description	Networking related facilities
long_description	\
	${description}

checksums	md5     639baaeeb9ccc2f2013bbfa3b376f14b \
		sha1    1c4a6856d51336df34fc6e33a1d683b22d18ba25 \
		rmd160  b59a8d5467d10eba7065106efb4994ee77a72b91

depends_lib	port:ghc			\
		port:hs-platform-parsec

universal_variant	no

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

build.args-append	-v

livecheck.type	none

