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

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	storable-complex 0.2.1
maintainers	gwright
platforms	darwin

description	Storable instance for Complex
long_description	\
		Provides a Storable instance for Complex which is	\
		binary compatible with C99, C++ and Fortran complex	\
		data types. 

checksums	md5     bbcbc9e33a5914dfb7264803fb601723 \
		sha1    5775d46c2a84b849eb87a8cd3f4d34e26f077af9 \
		rmd160  7239ebf07f9b7fe1f6c6d2e73057d87535dac954

depends_lib	port:ghc

universal_variant	no

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

build.args-append	-v

