# -*- 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 114501 2013-12-09 22:21:43Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       resourcet 0.4.9
checksums           rmd160  ee9a2b21508a421c18ed4830cd9e3ba83306f466 \
                    sha256  5fd1329d934e0cf6f3f3c9c3db8c4b49064e4c77be568e25d472facd2bbceaca

maintainers         cal openmaintainer
platforms           darwin
license             BSD

description         Deterministic allocation and freeing of scarce resources
long_description    \
    This package was originally included with the conduit package, and has \
    since been split off. For more information, please see \
    http://www.yesodweb.com/book/conduits.

depends_lib-append  port:hs-lifted-base \
                    port:hs-mmorph \
                    port:hs-monad-control \
                    port:hs-mtl \
                    port:hs-transformers \
                    port:hs-transformers-base
