# -*- 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 114568 2013-12-10 14:21:30Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       conduit 1.0.9.3
revision            2
checksums           rmd160  9525b7a17245c7fdd4b6c4257f7b42fb4eff19bf \
                    sha256  90ccae260f2871005746995d4ad8dd215fdb73dfaf16753c223732b007725498

maintainers         cal openmaintainer
platforms           darwin
license             MIT

description         Streaming data processing library
long_description    \
    conduit is a solution to the streaming data problem, allowing for \
    production, transformation, and consumption of streams of data in constant \
    memory. It is an alternative to lazy I/O which guarantees deterministic \
    resource handling, and fits in the same general solution space as \
    enumerator/iteratee and pipes.

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