HMap 1.2.3 → 1.2.4
raw patch · 2 files changed
+3/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog +2/−0
- HMap.cabal +1/−1
ChangeLog view
@@ -1,3 +1,5 @@+1.2.4: Added constraint (thanks schell!)+ 1.2.3: Fixing exports 1.2.2: Added runKey utility function
HMap.cabal view
@@ -1,5 +1,5 @@ Name: HMap-Version: 1.2.3+Version: 1.2.4 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