hashmap-0.9.0: hashmap.cabal
Name: hashmap
Version: 0.9.0
Synopsis: Persistent HashMap with API of an IntMap.
Description: An implementation of persistent 'HashMap'.
.
The class 'Hashable' is providing the 'Hashable.hash'
method.
.
The @'HashMap' key value@ itself is an
'Data.IntMap.IntMap' indexed by the hash value, containing
@'Data.Map.Map' key value@ for all keys with the same hash
value.
License: BSD3
License-file: LICENSE
Author: Milan Straka
Maintainer: fox@ucw.cz
Stability: Provisional
Category: Data
Build-type: Simple
Cabal-version: >= 1.2
Library
Exposed-modules: Data.Hashable, Data.HashMap
Build-depends: base >= 4.0 && < 5,
containers >= 0.3,
bytestring >= 0.9
C-sources: src/hashByteString.c