           SPELL=haskell-cryptohash
         VERSION=0.11.9
          SOURCE="cryptohash-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
     SOURCE_HASH=sha512:d0eb07f59ae893df1a92a4dc45a98142e507ba3da25057ae4acf781b1b6200a2fb68dd2a19f1ba5f9395217bc81e7be1311a479dc3dcb4ec5338518a2f5239af
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cryptohash-${VERSION}"
        WEB_SITE="http://github.com/vincenthz/hs-cryptohash"
      LICENSE[0]=BSD3
         ENTERED=20130709
           SHORT="collection of crypto hashes, fast, pure and practical"
cat << EOF
A collection of crypto hashes, with a practical incremental and one-pass,
pure APIs, with performance close to the fastest implementations available
in others languages.

The implementations are made in C with a haskell FFI wrapper that hide the
C implementation.
EOF
