# $Id: Portfile 64847 2010-03-16 14:37:03Z gwright@macports.org $

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	binary 0.5.0.2
maintainers	nomaintainer
platforms	darwin

description	Binary serialization for haskell values
long_description	\
	Efficient, pure binary serialisation using lazy ByteStrings.	\
	Haskell values may be encoded to and from binary formats,	\
	written to disk as binary, or sent over the network.		\
	Serialisation speeds of over 1 G/sec have been observed, so	\
	this library should be suitable for high performance scenarios. 

checksums	md5     6bf8f3d1441602c9ab09a75e3bd6e926 \
		sha1    bb680c03dbae2765e14d91376440b762bb4b65a4 \
		rmd160  a4bb4be2071e33a2c43fea4c1fa6f103733c0753

depends_lib	port:ghc

universal_variant	no

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

build.args-append     -v
