# -*- 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       conduit 1.2.3.1
revision            1
checksums           rmd160  860bc0c659a6610335dfd27a0ac035fac703dd18 \
                    sha256  786d4b29f9478c7aad63fb9a264c5a077a7ed6c62a209fab56a6a9981c18c312

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-exceptions \
                    port:hs-lifted-base \
                    port:hs-mmorph \
                    port:hs-mtl \
                    port:hs-resourcet \
                    port:hs-transformers-base \
                    port:hs-void