Name: static-hash Version: 0.0.1 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3 License-File: LICENSE Synopsis: Immutable hash Description: Pure immutable hash whose lookup is O(1) Category: Data Structures Cabal-Version: >= 1.6 Build-Type: Simple library if impl(ghc >= 6.12) GHC-Options: -Wall -fno-warn-unused-do-bind else GHC-Options: -Wall Exposed-Modules: Data.StaticHash Build-Depends: base >= 4 && < 5, primes, hashable, array, containers Source-Repository head Type: git Location: git://github.com/kazu-yamamoto/static-hash.git