           SPELL=haskell-zlib
         VERSION=0.6.1.2
          SOURCE="zlib-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
     SOURCE_HASH=sha512:0034eb1297eaf20ab64e5cbfc835cee1985d34bc248325bf57f7bf5cdf2918ab72f339fe5b8b3f5f16dee862f190e0c71612960b9021cf2ca70c951788b73fc1
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/zlib-${VERSION}"
        WEB_SITE="http://hackage.haskell.org/package/zlib"
      LICENSE[0]=BSD3
         ENTERED=20130303
           SHORT="Compression and decompression in the gzip and zlib formats"
cat << EOF
This package provides a pure interface for compressing and decompressing
streams of data represented as lazy 'ByteString's. It uses the zlib C
library so it has high performance. It supports the "zlib", "gzip" and "raw"
compression formats.

It provides a convenient high level API suitable for most tasks and for the
few cases where more control is needed it provides access to the full zlib
feature set.
EOF
