# $Id: Portfile 85182 2011-10-10 20:27:15Z snc@macports.org $

PortSystem      1.0
PortGroup       haskell 1.0

haskell.setup   utility-ht 0.0.5.1
license         BSD
platforms       darwin
categories      devel
maintainers     nomaintainer
description     Various helper functions for Lists, Maybes, Tuples, Functions

long_description \
    Various small helper functions for Lists, Maybes, Tuples, Functions. Some \
    of these functions are improved implementations of standard functions. \
    They have the same name as their standard counterparts. The package only \
    contains functions that do not require packages other than the base \
    package. Thus you do not risk a dependency avalanche by importing it. \
    However, further splitting the base package might invalidate this statement.

checksums       md5     98dcb042f404378d9071fc6344703386 \
                sha1    edff08d1fffd0fe124319f8db5afeb3f574b0899 \
                rmd160  318428d2c7ed1939477e1b8bc0047a2580b25523

configure.args-append \
    --docdir=${prefix}/share/doc/${name}

universal_variant no
