-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeLattice.cabal
More file actions
39 lines (38 loc) · 1.41 KB
/
CodeLattice.cabal
File metadata and controls
39 lines (38 loc) · 1.41 KB
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
-- @+leo-ver=4-thin
-- @+node:gcross.20100302201317.1387:@thin CodeLattice.cabal
-- @@language Haskell
Name: CodeLattice
Version: 0.1
Cabal-Version: >= 1.6
Build-Type: Simple
Library
Build-Depends: base >= 4.1 && < 5,
containers >= 0.2 && < 0.4,
random == 1.0.*,
transformers >= 0.2 && < 0.3,
mtl >= 1.1 && < 1.2,
array >= 0.2 && < 0.4,
bimap == 0.2.*,
uuid == 1.*,
Takusen == 0.8.*,
ConfigFile == 1.0.*,
filepath == 1.1.*,
InfixApplicative == 1.*,
type-level-natural-number >= 1.0 && < 1.1,
approximate-equality >= 1.0 && < 1.1,
tuple >= 0.2 && < 0.3,
template-haskell >= 2.4 && < 2.5
Exposed-modules: CodeLattice,
CodeLattice.Database,
CodeLattice.Discrete,
CodeLattice.Labeling,
CodeLattice.Periodic,
CodeLattice.Scanning,
CodeLattice.Tilings
HS-Source-Dirs: ./sources
GHC-Options: -O3 -fvia-C -optc=-O3
C-Sources: ./sources/C/codequery.cc
CC-Options: -O3 -funroll-loops
Extra-Libraries: stdc++
-- @-node:gcross.20100302201317.1387:@thin CodeLattice.cabal
-- @-leo