           SPELL=haskell-bytestring-mmap
         VERSION=0.2.2
          SOURCE="bytestring-mmap-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/bytestring-mmap-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:0cde0bb36808d7086f6b3e3e94813c205a61ec1d0b2156a7fac98c1dc520dcdd1821a7873b7ecb9a77fdcd254b5ac1077da86865ade20a49bba0e0da1befcf46
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/bytestring-mmap-${VERSION}"
        WEB_SITE="http://code.haskell.org/~dons/code/bytestring-mmap/"
      LICENSE[0]=BSD
         ENTERED=20150804
           SHORT="mmap support for strict ByteStrings"
cat << EOF
This library provides a wrapper to mmap(2), allowing files or devices to be
lazily loaded into memory as strict or lazy ByteStrings, using the virtual
memory subsystem to do on-demand loading.
EOF
