           SPELL=haskell-crypto-api
         VERSION=0.13.3
          SOURCE="crypto-api-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/crypto-api-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:1228fe857e235a0d5692916507a42e622f9769325ae9a6a7828270dcb64fe38cc094eec3fc8cad2f28b01bd8de98b1dc637a17aab1db1568a82cb91ebc65c382
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/crypto-api-${VERSION}"
        WEB_SITE="https://github.com/TomMD/crypto-api"
      LICENSE[0]=BSD
         ENTERED=20150802
           SHORT="a generic interface for cryptographic operations"
cat << EOF
A generic interface for cryptographic operations (hashes, ciphers, randomness).
Maintainers of hash and cipher implementations are encouraged to add instances
for the classes defined in Crypto.Classes. Crypto users are similarly
encouraged to use the interfaces defined in the Classes module. Any concepts
or functions of general use to more than one cryptographic algorithm (ex:
padding) is within scope of this package.
EOF
