           SPELL=haskell-aeson-pretty
         VERSION=0.8.5
          SOURCE="aeson-pretty-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/aeson-pretty-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:b429dad73923f6a7a5892b511af19b766d639c21bab8a2b8d1750a1f972c4f55c5139f37773474d303597cd4d02f168515be7b537f33ea62987e77fd3d701e8a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/aeson-pretty-${VERSION}"
        WEB_SITE="http://github.com/informatikr/aeson-pretty"
      LICENSE[0]=BSD
         ENTERED=20150802
           SHORT="JSON pretty-printing library and command-line tool"
cat << EOF
A JSON pretty-printing library compatible with aeson as well as a command-line
tool to improve readabilty of streams of JSON data.

The library provides the function encodePretty. It is a drop-in replacement
for aeson's encode function, producing JSON-ByteStrings for human readers.
EOF
