# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       utility-ht 0.0.9
revision            3
checksums           rmd160  c2a3b186f3bc9137a3324b38a7fd2d22e4067d2a \
                    sha256  19696de8e1130783578b3af82390a12a2bac6a64c485cb35004d86e27897b5d4

license             BSD
maintainers         cal openmaintainer
platforms           darwin

description         Various small 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. Others are equivalent to \
    functions from the base package, but if you import them from this utility \
    package then you can write code that runs on older GHC versions or other \
    compilers like Hugs and JHC.