forked from microsoft/hash-modulo-alpha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
alpha-hash.cabal
48 lines (45 loc) · 1.48 KB
/
alpha-hash.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: alpha-hash
version: 0.0.0.0
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Collision,
Hash,
AlphaHashInefficient,
AlphaHashEfficient,
AlphaHashEfficientHash,
AlphaHashOptimizedHash,
AlphaHashOptimizedHash16Bit,
ManualBenchmark,
Merge,
Expr,
Benchmark
build-depends: base,
containers >= 0.5.9,
hashable,
hedgehog,
transformers,
clock,
temporary,
blaze-html,
microlens,
random
default-language: Haskell2010
ghc-options: -Werror -Wall
executable hash
main-is: Main.hs
hs-source-dirs: exe
build-depends: base,
containers >= 0.5.9,
hashable,
alpha-hash,
hedgehog,
transformers,
clock,
temporary,
blaze-html,
microlens,
random
default-language: Haskell2010
ghc-options: -Werror -Wall -O2 -rtsopts