           SPELL=haskell-securemem
         VERSION=0.1.10
          SOURCE="securemem-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/securemem-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:9f1428896a7b554244e42ac04a17c008cadce8102294b3249c172d84b20195325c48eadf15f7d26dabd766e4d45d171b0a26649e097d632a7fae596663a43096
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/securemem-${VERSION}"
        WEB_SITE="http://github.com/vincenthz/hs-securemem"
      LICENSE[0]=BSD
         ENTERED=20150802
           SHORT="abstraction to an auto scrubbing and const time eq, memory chunk"
cat << EOF
SecureMem is similar to ByteString, except that it provides a memory chunk
that will be auto-scrubbed after it run out of scope.
EOF
