           SPELL=haskell-bytestring
         VERSION=0.9.2.1
          SOURCE="bytestring-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/bytestring/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:8a7fff14319b1f2236b25d207556f4507097396eb8e8fd0bc76e12378be7e4d75d25c2fca4e0e288da549f554ea1f70409f9f442190e5f38cb8a5bdfd2788f22
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
