           SPELL=haskell-bytestring
         VERSION=0.9.1.9
          SOURCE="bytestring-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/bytestring/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:aca64529571630cb237b63445b43e9fba83c7ad3266cec82512d7ffa80755095b20716b9b66f809294cf3a5492f97cf08220e550f6e411e77f29da6b9746990e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/bytestring-${VERSION}"
        WEB_SITE="http://www.cse.unsw.edu.au/~dons/fps.html"
      LICENSE[0]=BSD3
         ENTERED=20110228
           SHORT="Fast, packed, strict and lazy byte arrays with a list interface"
cat << EOF
A time and space-efficient implementation of byte vectors using
packed Word8 arrays, suitable for high performance use, both in terms of
large data quantities, or high speed requirements. Byte vectors are encoded
as strict 'Word8' arrays of bytes, and lazy lists of strict chunks, held in a
'ForeignPtr', and can be passed between C and Haskell with little effort.

EOF
