# -*- 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 110047 2013-08-25 16:36:09Z cal@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       json 0.7
revision            3
checksums           rmd160  d3f9bdb2fcd0203d394e0c97a00353662209dcba \
                    sha256  d3654272caa269bc65f6f2af82b583ef05434613fe5272d57053fb3bfada68a3

maintainers         nomaintainer
platforms           darwin
license             BSD

description         Support for serialising Haskell to and from JSON
long_description    \
    JSON (JavaScript Object Notation) is a lightweight data-interchange format. \
    It is easy for humans to read and write. It is easy for machines to parse \
    and generate. It is based on a subset of the JavaScript Programming \
    Language, Standard ECMA-262 3rd Edition - December 1999. This library \
    provides a parser and pretty printer for converting between Haskell values \
    and JSON.

depends_lib-append  port:hs-mtl \
                    port:hs-syb \
                    port:hs-parsec
