All Versions
15
Latest Version
Avg Release Cycle
250 days
Latest Release
2161 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.3.3 Changes
January 03, 2018- โ Add Semigroup instances for Map and Set
-
v1.3.2 Changes
November 30, 2016- ๐ Replace internal use of deprecated containers functions
-
v1.3.1 Changes
June 09, 2016- GHC 8 compatibility
-
v1.3.1.1 Changes
June 09, 2016- Ensure hashmap.h is distributed with the tarball
-
v1.3.0.1 Changes
December 14, 2012- ๐ Relax dependencies -- allow older versions of containers. A new flag is introduced, because there are dependencies between containers and deepseq versions: it is not possible to compile with deepseq >= 1.2 and containers < 0.4.2.
-
v1.3.0.0 Changes
December 11, 2012- โ Add NFData instances.
-
v1.2.0.1 Changes
September 21, 2011- โ Add missing StandaloneDeriving and DeriveDataTypeable ๐ GHC extensions to enable Typeable deriving. Also remove PatternGuards extension, which was needed only once.
-
v1.2.0.0 Changes
May 08, 2011- ๐ Rename HashMap and HashSet to Map and Set. ๐ฆ That allows to use this package as a drop-in ๐ฆ replacement for Data.Map and Data.Set packages. ๐ HashMap and HashSet types are kept as deprecated type synonyms.
-
v1.1.0 Changes
August 15, 2010- ๐ฆ Separating Hashable class to its own package and depending on it.
-
v1.1.0.1 Changes
April 19, 2011- Convert the repository to Git.