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

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	HTTP 4000.0.6
name		hs-platform-HTTP
maintainers	nomaintainer
platforms	darwin

description	Haskell client side HTTP library (platform version)
long_description	\
		Haskell's HTTP package contains updated versions of	\
		Warrick Gray's excellent Haskell HTTP and Browser	\
		modules.

checksums	md5     cc8d3279f3b20856b7b915045f1e908b		\
		sha1    958f60f6d30e33fa67803ba75a27e07ad262f6b4	\
		rmd160  fab97b27ea5486a02ec31cf9489c4f2190f35705

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

