/hamtmap.cabal

http://github.com/exclipy/pdata · Cabal · 26 lines · 25 code · 1 blank · 0 comment · 1 complexity · a490e3548b1d32547103f088e36ef0fb MD5 · raw file

  1. name: hamtmap
  2. version: 0.3.1
  3. cabal-version: >= 1.2
  4. synopsis: A purely functional and persistent hash map
  5. description: A port of Clojure's efficient persistent and hash
  6. map data structure to Haskell
  7. license: BSD3
  8. license-File: LICENSE
  9. author: Kevin Wu Won
  10. maintainer: Kevin Wu Won <exclipy@gmail.com>
  11. homepage: https://github.com/exclipy/pdata
  12. category: Data Structures
  13. build-type: Simple
  14. extra-source-files:
  15. Data/BitUtil.hs
  16. benchmarks/benchmark.hs
  17. benchmarks/benchmarkmap.hs
  18. tests/tests.hs
  19. README.md
  20. stability: experimental
  21. library
  22. build-depends: base >= 4 && < 5, array, deepseq, hashable
  23. exposed-modules: Data.HamtMap
  24. other-modules: Data.BitUtil
  25. ghc-options: -O2