           SPELL=haskell-blaze-builder
         VERSION=0.3.3.2
          SOURCE="blaze-builder-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/blaze-builder/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:6caecca5f1976938f0536e00cdf305a3c3d1abf1fa4a4bc9c89743857940fc46d0f3b274a49acd1e5c0d4453c2d2b2f6f0f3b1deed87a01f72a61e21bc83787f
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
