Name: HMap Version: 1.3.0 Synopsis: Fast heterogeneous maps and unconstrained typeable-like functionality. Description: Fast heterogeneous maps based on Hashmaps and typeable-like functionality for types that are not typeable. License: BSD3 License-file: LICENSE Author: Atze van der Ploeg Maintainer: atzeus@gmail.com Homepage: https://github.com/atzeus/HMap Build-Type: Simple Cabal-Version: >=1.6 Data-files: ChangeLog Category: Data, Data Structures Tested-With: GHC==7.6.3 , GHC==7.10.3 Library Build-Depends: base >= 2 && <= 6 , data-default , unordered-containers >= 0.2 , hashable >= 1.2 , mtl >= 1.0 Exposed-modules: Data.HMap , Data.HKey , Data.Untypeable , Data.HKeySet other-modules: Data.HKeyPrivate , Data.HideType Extensions: RankNTypes , GADTs , CPP , EmptyDataDecls source-repository head type: git location: https://github.com/atzeus/HMap