# $Id: Portfile 74826 2011-01-03 10:28:48Z nox@macports.org $

PortSystem      1.0
PortGroup       haskell 1.0

haskell.setup   monads-fd 0.0.0.1
platforms       darwin
categories      devel
maintainers     nomaintainer
description     Monad classes, using functional dependencies

long_description \
    Monad classes using functional dependencies, with instances for various \
    monad transformers, inspired by the paper Functional Programming with \
    Overloading and Higher-Order Polymorphism, by Mark P Jones, in Advanced \
    School of Functional Programming, 1995 \
    (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html). This package is \
    almost a compatible replacement for the mtl package. Client packages will \
    need to depend on this one and on transformers.

checksums       md5     a4429487410f6a41072a9d48a138bb49 \
                sha1    3486dfebf6fe814c0afcb75cf38c67b03fbe66a6 \
                rmd160  10c3cb11e77a590d54d7e35c298ab41f2003a464

depends_build-append \
    port:hs-transformers

configure.args-append \
    --docdir=${prefix}/share/doc/${name}

universal_variant no
