File: static-hash.cabal

package info (click to toggle)
haskell-static-hash 0.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 56 kB
  • sloc: haskell: 64; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 847 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Name:                   static-hash
Version:                0.0.2
Author:                 Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp>
License:                BSD3
License-File:           LICENSE
Synopsis:               Immutable hash
Description:            Pure immutable hash whose lookup is O(1)
Category:               Data Structures
Cabal-Version:          >= 1.10
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
  Default-Language:     Haskell2010

Source-Repository head
  Type:                 git
  Location:             https://github.com/kazu-yamamoto/static-hash.git