hashmap 1.1.0 → 1.1.0.1
raw patch · 2 files changed
+8/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGES +6/−1
- hashmap.cabal +2/−2
CHANGES view
@@ -1,4 +1,9 @@-= Version 1.1.0, 2010-08-07 =+= Version 1.1.0.1, 2011-04-19 =+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^+* Convert the repository to Git.+++= Version 1.1.0, 2010-08-15 = ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Separating Hashable class to its own package and depending on it.
hashmap.cabal view
@@ -1,5 +1,5 @@ Name: hashmap-Version: 1.1.0+Version: 1.1.0.1 Synopsis: Persistent containers HashMap and HashSet. Description: An implementation of persistent 'HashMap' and 'HashSet' on top of 'Data.IntMap.IntMap' and 'Data.IntSet.IntSet',@@ -13,7 +13,7 @@ The @'HashSet' elem@ is an 'Data.IntMap.IntMap' indexed by the hash value, containing @'Data.Set.Set' elem@ for all elements with the same hash value.-Homepage: http://fox.auryn.cz/darcs/hashmap/+Homepage: http://git.auryn.cz/haskell/hashmap/ License: BSD3 License-file: LICENSE Author: Milan Straka