HMap 1.1.1 → 1.1.2
raw patch · 3 files changed
+4/−2 lines, 3 files
Files
- ChangeLog +2/−0
- Data/HKeySet.hs +1/−1
- HMap.cabal +1/−1
ChangeLog view
@@ -1,3 +1,5 @@+1.1.2: Fixed small thing in documentation of HKeySet+ 1.1.1: Fixed build failing.. 1.1.0 : Added HKeySet and Untypeable, reorganized the code
Data/HKeySet.hs view
@@ -32,7 +32,7 @@ -- * Difference and intersection , difference , intersection- -- KeySet-HMap functions+ -- * KeySet-HMap functions , overlap , sameKeys , removeKeys
HMap.cabal view
@@ -1,5 +1,5 @@ Name: HMap-Version: 1.1.1+Version: 1.1.2 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