All Versions
15
Latest Version
Avg Release Cycle
250 days
Latest Release
2298 days ago

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.