HMap 1.1.3 → 1.1.4
raw patch · 4 files changed
+5/−1 lines, 4 files
Files
- ChangeLog +2/−0
- Data/HKey.hs +1/−0
- Data/HKeyPrivate.hs +1/−0
- HMap.cabal +1/−1
ChangeLog view
@@ -1,3 +1,5 @@+1.1.4: Forgot to export KeyT+ 1.1.3: Made Key monad into monad transformer 1.1.2: Fixed small thing in documentation of HKeySet
Data/HKey.hs view
@@ -4,6 +4,7 @@ , createKey -- * Key Monad , KeyM+ , KeyT , getKey , runKeyT) where
Data/HKeyPrivate.hs view
@@ -16,6 +16,7 @@ , T , createKey , KeyM+ , KeyT , getKey , runKeyT) where
HMap.cabal view
@@ -1,5 +1,5 @@ Name: HMap-Version: 1.1.3+Version: 1.1.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