# $Id: Portfile 65273 2010-03-24 23:29:04Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0
haskell.setup       utf8-string 0.3.6
maintainers         nomaintainer
description         UTF8 layer for IO and Strings
long_description \
   The utf8-string package provides operations for encoding UTF8 strings to \
   Word8 lists and back, and for reading and writing UTF8 without truncation.

platforms           darwin

checksums           md5     be8c5ef52a0824babdc89d60c1e9b600 \
                    sha1    06c5b38dbf60952d8a9767186984164f638dce7f \
                    rmd160  9c09a826a933c998d710a38b3bdb9f68fef242e5

depends_lib	port:ghc

universal_variant	no

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

build.args-append	-v

