# $Id: Portfile 85257 2011-10-12 05:59:47Z jmr@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       utf8-string 0.3.6
license             BSD
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
