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

PortSystem 1.0

PortGroup           haskell 1.0
haskell.setup       mmap 0.5.4
maintainers         nomaintainer
description         Memory mapped files for POSIX and Windows
long_description \
	This library provides a wrapper to mmap(2) or MapViewOfFile,	\
	allowing files or devices to be lazily loaded into memory as	\
	strict or lazy ByteStrings, ForeignPtrs or plain Ptrs, using	\
	the virtual memory subsystem to do on-demand loading.		\
	Modifications are also supported. 

platforms           darwin

checksums           md5     10b7f62d96e7f1b83dac4dfc66cb4f97 \
                    sha1    2180a65eb6a438d1b1c2d6c179dffe0986dda94e \
                    rmd160  405d9a2489afc7e8d692611f5f4f8cf113c5d1ee

depends_lib	port:ghc

universal_variant	no

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

build.args-append   -v

