# -*- 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 114500 2013-12-09 22:17:24Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       mmorph 1.0.0
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.

depends_lib-append  port:hs-transformers
