# -*- 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 84550 2011-09-27 21:05:11Z snc@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       json 0.4.4
maintainers         singingwolfboy openmaintainer
description         JSON library for Haskell
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.

platforms           darwin
checksums           md5     a29a1b52c66971aca87ed54ad1e7de64 \
                    sha1    cea0532a7b80b80d41809931212666ff705ca5d2 \
                    rmd160  f5a0037c2a48d1863b41aa9906e7da91dbcf9a5e
license             BSD

depends_lib-append  port:ncurses
