- Update to 1.1.2.3

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 21:46:27 +00:00
parent 0d0ba2d687
commit c469624ac8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298196
3 changed files with 5 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= hashable
PORTVERSION= 1.1.2.2
PORTVERSION= 1.1.2.3
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@ -15,6 +15,7 @@ COMMENT= A class for types that can be converted to a hash value
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= text>=0.11.0.5
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"

View file

@ -1,2 +1,2 @@
SHA256 (cabal/hashable-1.1.2.2.tar.gz) = 1ebd2f2c08f6f0394da5b21386ced840970c7e3e16ba5eb6fb0c19d23c0bcf3d
SIZE (cabal/hashable-1.1.2.2.tar.gz) = 8509
SHA256 (cabal/hashable-1.1.2.3.tar.gz) = 9a76e6e64996c5050dc76cbaa842c1b37559c18322c69e5a72460a46c62269a7
SIZE (cabal/hashable-1.1.2.3.tar.gz) = 8685

View file

@ -1,4 +1,4 @@
This package defines a class, Hashable, for types that can be converted
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.