           SPELL=haskell-blaze-builder
         VERSION=0.4.1.0
          SOURCE="blaze-builder-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
     SOURCE_HASH=sha512:0962634113a19d39fb19a9df895a4e4e3e0fc5b2c17fd0d5c27e1cd9da128fd3af2f01d7b0ce894d3964b5b3bd874aeae205b126e069a6e5d964ad97c753da39
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/blaze-builder-${VERSION}"
        WEB_SITE="http://github.com/meiersi/blaze-builder"
      LICENSE[0]=BSD3
         ENTERED=20130829
           SHORT="an abstraction of buffered output of byte streams"
cat << EOF
This library provides an abstraction of buffered output of byte streams
and several convenience functions to exploit it. For example, it allows
to efficiently serialize Haskell values to lazy bytestrings with a large
average chunk size. The large average chunk size allows to make good use of
cache prefetching in later processing steps (e.g. compression) and reduces
the sytem call overhead when writing the resulting lazy bytestring to a file
or sending it over the network.
EOF
