# -*- 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       MissingH 1.3.0.1
checksums           rmd160  2a92fe39ecb8f98c3eae1a9e8d85b591685459c1 \
                    sha256  ba0d60673e70c64c6eebe785fb4da729bcfd3dae37fba721c7318b8df1838db3

maintainers         cal openmaintainer
platforms           darwin
license             BSD

description         Large utility library
long_description    \
    MissingH is a library of all sorts of utility functions for Haskell \
    programmers. It is written in pure Haskell and thus should be extremely \
    portable and easy to use.

depends_lib-append  port:hs-hslogger \
                    port:hs-hunit \
                    port:hs-mtl \
                    port:hs-network \
                    port:hs-parsec \
                    port:hs-random \
                    port:hs-regex-compat