           SPELL=haskell-nonce
         VERSION=1.0.7
          SOURCE="nonce-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/nonce-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:89fb70578c8f52c652cdb4c1e6243529701bc21685862d7bbc750e2000424a029a8b164bde6c422a38e61944a15a8b788aa4aa70212bca9f12b5eaae801d8db0
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/nonce-${VERSION}"
        WEB_SITE="https://github.com/prowdsponsor/nonce"
      LICENSE[0]=BSD
         ENTERED=20150806
           SHORT="generate cryptographic nonces"
cat << EOF
According to the Wikipedia, a nonce is an arbitrary number used only once
in a cryptographic communication. This package contain helper functions for
generating nonces.

There are many kinds of nonces used in different situations. It's not
guaranteed that by using the nonces from this package you won't have any
security issues. Please make sure that the nonces generated via this package
are usable on your design.
EOF
