packages feed

HMap-1.1.2: HMap.cabal

Name:                HMap
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
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
Library
  Build-Depends: base >= 2 && <= 6, unordered-containers >= 0.2, hashable >= 1.2
  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