HMap 1.2.0 → 1.2.1
raw patch · 3 files changed
+5/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Data.HMap: purge :: HMap -> IO HMap
Files
- ChangeLog +2/−0
- Data/HMap.hs +2/−0
- HMap.cabal +1/−1
ChangeLog view
@@ -1,3 +1,5 @@+1.2.1 : Fixed: now exports purge+ 1.2.0 : Added MonadFix instance for KeyT 1.1.9 : Added NOINLINE pragma for KeyT
Data/HMap.hs view
@@ -164,6 +164,8 @@ -- ** Intersection , intersection+ -- * Garbage collection+ , purge -- * Key reexports , module Data.HKey )
HMap.cabal view
@@ -1,5 +1,5 @@ Name: HMap-Version: 1.2.0+Version: 1.2.1 Synopsis: Fast heterogeneous maps and unconstrained typeable like functionality. Description: Fast heterogeneous maps based on Hashmaps and type-able like functionality for type that are not typeable. License: BSD3