           SPELL=haskell-zlib
         VERSION=0.7.1.1
          SOURCE="zlib-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
     SOURCE_HASH=sha512:5e9a5336ca037bf98c913577c055f024cadb1769d37fd9b8e7200d8ae9b751632c83c3ed9ec5437da3caaf72488349b36c3ac374b76d1a6a5c1c9c1e64146cad
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/zlib-${VERSION}"
        WEB_SITE="https://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
