-
Notifications
You must be signed in to change notification settings - Fork 2
/
DistanceLSH.cabal
53 lines (52 loc) · 1.02 KB
/
DistanceLSH.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
49
50
51
52
53
name: DistanceLSH
version: 0.0.1
cabal-version: -any
build-type: Simple
license: AllRightsReserved
license-file: ""
copyright:
maintainer:
build-depends: array -any, base -any, containers -any,
directory -any, filemanip -any, process -any, random -any,
random-shuffle -any, regex-compat -any, vector -any
stability:
homepage: https://github.com/emchristiansen/DistanceLSH
package-url:
bug-reports:
synopsis:
description: .
category:
author:
tested-with:
data-files:
data-dir: ""
extra-source-files:
extra-tmp-files:
executable: DistanceLSH
main-is: Main.hs
buildable: True
build-tools:
cpp-options:
cc-options:
ld-options:
pkgconfig-depends:
frameworks:
c-sources:
default-language:
other-languages:
default-extensions:
other-extensions:
extensions:
extra-libraries:
extra-lib-dirs:
includes:
install-includes:
include-dirs:
hs-source-dirs: src
other-modules: Base BenchmarkUtil IOUtil LSH RandomUtil Util
ghc-prof-options:
ghc-shared-options:
ghc-options: -O2 -Wall
hugs-options:
nhc98-options:
jhc-options: