# -*- 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 114665 2013-12-13 16:36:51Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       aeson 0.6.2.1
revision            2
checksums           rmd160  ac3d7bb17f8110b2deb2633896b5c00c3cfa4b73 \
                    sha256  cbcee6956d0a3cfc45073b6c160e9c412c3dfad0f36ec71d6044a391f108ca01

maintainers         cal openmaintainer
platforms           darwin
license             BSD

description         Fast JSON parsing and encoding
long_description    \
    A JSON parsing and encoding library optimized for ease of use and high performance.

depends_lib-append  \
                    port:hs-attoparsec \
                    port:hs-blaze-builder \
                    port:hs-dlist \
                    port:hs-hashable \
                    port:hs-mtl \
                    port:hs-syb \
                    port:hs-text \
                    port:hs-unordered-containers \
                    port:hs-vector
