# -*- 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: Portfile 114510 2013-12-09 23:30:37Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       MissingH 1.2.0.2
checksums           rmd160  74c763290d8490cd5d641326cdf63049c5593b89 \
                    sha256  d61226c66c697c45392f63436ce2d27c722467e35ffee046610002df907239f3

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
