# -*- 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       mmorph 1.0.0
revision            2
checksums           rmd160  14afe5b6e60eeef02c5c1e18c2086bb1d4408ff2 \
                    sha256  13c369262821a86915ee18598567474e1489b49f19f9be8335252b6359762883

maintainers         cal openmaintainer
platforms           darwin
license             BSD

description         Monad morphisms
long_description    \
    This library provides monad morphism utilities, most commonly used for \
    manipulating monad transformer stacks.