           SPELL=haskell-json
         VERSION=0.9.1
          SOURCE="json-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
     SOURCE_HASH=sha512:537257fed476683d0657c6474e465ca437e43e36b60ab132c0f584cece99a18d222ef9a33171543689ba5589434bc78cf2e0e5ff550804ff8969052d09430d57
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/json-${VERSION}"
        WEB_SITE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/json"
      LICENSE[0]=BSD3
         ENTERED=20130709
           SHORT="Support for serialising Haskell to and from JSON"
cat << EOF
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.
EOF
