           SPELL=haskell-hashable
         VERSION=1.5.1.0
          SOURCE="hashable-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
     SOURCE_HASH=sha512:7ab5ec0919d58a0ecc30895b635d6cf31563cf5a0058ef3ed40de79a9152e281828e4767158457c303372911bb63a242762b3b46cbe12ae31b85ba927135cebf
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
