static-hash 0.0.1 → 0.0.2
raw patch · 1 files changed
+6/−3 lines, 1 files
Files
- static-hash.cabal +6/−3
static-hash.cabal view
@@ -1,5 +1,5 @@ Name: static-hash-Version: 0.0.1+Version: 0.0.2 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3@@ -7,8 +7,9 @@ Synopsis: Immutable hash Description: Pure immutable hash whose lookup is O(1) Category: Data Structures-Cabal-Version: >= 1.6+Cabal-Version: >= 1.10 Build-Type: Simple+ library if impl(ghc >= 6.12) GHC-Options: -Wall -fno-warn-unused-do-bind@@ -16,6 +17,8 @@ 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: git://github.com/kazu-yamamoto/static-hash.git+ Location: https://github.com/kazu-yamamoto/static-hash.git