diff --git a/CHANGES.md b/CHANGES.md index 902c85d..c49f2ba 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## Version 1.2.3.3 + + * Support integer-simple. + ## Version 1.2.3.2 * Add support for GHC 7.10 typeRepFingerprint diff --git a/hashable.cabal b/hashable.cabal index ea4ba45..658868f 100644 --- a/hashable.cabal +++ b/hashable.cabal @@ -1,5 +1,5 @@ Name: hashable -Version: 1.2.3.2 +Version: 1.2.3.3 Synopsis: A class for types that can be converted to a hash value Description: This package defines a class, 'Hashable', for types that can be converted to a hash value. This class