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