/hamtmap.cabal
http://github.com/exclipy/pdata · Cabal · 26 lines · 25 code · 1 blank · 0 comment · 1 complexity · a490e3548b1d32547103f088e36ef0fb MD5 · raw file
- name: hamtmap
- version: 0.3.1
- cabal-version: >= 1.2
- synopsis: A purely functional and persistent hash map
- description: A port of Clojure's efficient persistent and hash
- map data structure to Haskell
- license: BSD3
- license-File: LICENSE
- author: Kevin Wu Won
- maintainer: Kevin Wu Won <exclipy@gmail.com>
- homepage: https://github.com/exclipy/pdata
- category: Data Structures
- build-type: Simple
- extra-source-files:
- Data/BitUtil.hs
- benchmarks/benchmark.hs
- benchmarks/benchmarkmap.hs
- tests/tests.hs
- README.md
- stability: experimental
- library
- build-depends: base >= 4 && < 5, array, deepseq, hashable
- exposed-modules: Data.HamtMap
- other-modules: Data.BitUtil
- ghc-options: -O2