# $Id: Portfile 51208 2009-05-20 20:01:38Z gwright@macports.org $

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	zlib 0.5.0.0
maintainers	nomaintainer
platforms	darwin

description	The Haskell Zlib Binding
long_description	\
		Haskell bindings to the Zlib library for compression \
                and decompression in gzip and zlib format.  The library \
		acts directly on ByteString values.

checksums       md5     22fa6d394c42c8584b234799b923f860		\
                sha1    4a93e727a408754baf6ede0ed721863eb4ea0df2	\
                rmd160  0ba0769d78b83b05726b15be55b10168db7d59bb

depends_build	port:ghc
depends_lib	port:zlib

configure.args-append	--enable-library-profiling

build.args-append	-v

