           SPELL=haskell-hashable
         VERSION=1.3.0.0
          SOURCE="hashable-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
     SOURCE_HASH=sha512:2ba9b0657ddc6faf8b8be88e79d3c49503dfee3a446fc16bdc851f357afef1b92b443d1582d462cea859e37a16b46ec762b1dcf613458c5a15f800a8fccdb0ac
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/hashable-${VERSION}"
        WEB_SITE="http://github.com/tibbe/hashable"
      LICENSE[0]=BSD3
         ENTERED=20130829
           SHORT="a class for types that can be converted to a hash value"
cat << EOF
This package defines a class, 'Hashable', for types that can be converted
to a hash value.  This class exists for the benefit of hashing-based data
structures.  The package provides instances for basic types and a way to
combine hash values.
EOF
