           SPELL=haskell-hashed-storage
         VERSION=0.5.11
      PATCHLEVEL=1
          SOURCE="hashed-storage-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
     SOURCE_HASH=sha512:11bfc05ecb2de5adc5a46116d15d969207a310583e7183e2a21ef767a23eabc55622c84ef351ace81a29800a544358c604b4a255800a713af01266331bf321ba
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/hashed-storage-${VERSION}"
        WEB_SITE="http://hackage.haskell.org/package/hashed-storage"
      LICENSE[0]=BSD3
         ENTERED=20130303
           SHORT="hashed file storage support code"
cat << EOF
Support code for reading and manipulating hashed file storage (where each file
and directory is associated with a cryptographic hash, for corruption-resistant
storage and fast comparisons).

The supported storage formats include darcs hashed pristine, a plain
filesystem tree and an indexed plain tree (where the index maintains hashes
of the plain files and directories).
EOF
