# -*- coding: utf-7; 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

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       http-conduit 2.0.0.2
revision            3
checksums           rmd160  038df9ca59fbb39372243c964488d41f938e5d16 \
                    sha256  dcc346858074733bd8b7c4989d7a91d5ebd58d581c840e0ef45db6bc86b1fc7a

maintainers         {cal @neverpanic} openmaintainer
platforms           darwin
license             BSD

description         HTTP client package with conduit interface and HTTPS support
long_description    \
    This package uses conduit for parsing the actual contents of the HTTP \
    connection. It also provides higher-level functions which allow you to \
    avoid directly dealing with streaming data. See \
    http://www.yesodweb.com/book/http-conduit for more information.

depends_lib-append  port:hs-conduit \
                    port:hs-http-client \
                    port:hs-http-client-conduit \
                    port:hs-http-client-tls \
                    port:hs-http-types \
                    port:hs-lifted-base \
                    port:hs-resourcet