-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathafp-ants.cabal
127 lines (119 loc) · 4.51 KB
/
afp-ants.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
name: afp-ants
version: 0.1.0.0
synopsis: AFP 2013 'Dinner for Ambiants' project
license: AllRightsReserved
author: Bert Massop, Mathijs Baaijens, Nico Naus
maintainer: [email protected]
build-type: Configure
cabal-version: >=1.8
extra-tmp-files: libwxcext.a
wxcext.o
AntEditor.buildinfo
extra-source-files: IDE/wxcext.cpp
AntEditor.buildinfo.in
configure
presentatie.pdf
combined.asl
combined.afa
combined.ant
README
library
Exposed-Modules: Stage1.AntsBase
Stage1.AntsCompiler
Stage1.AntsParser
Stage1.AntsLexer
Stage1.AntsPrettyPrinter
Stage2.Assembler
Stage2.Base
Stage2.Main
Stage2.Parse
Stage2.PrettyPrint
Stage2.Test
Common.Simulator
build-depends: base >=4 && <5,
array ==0.4.*,
containers ==0.5.*,
mtl ==2.1.*,
unordered-containers ==0.2.*,
deepseq ==1.3.*,
filepath ==1.3.*,
old-time ==1.1.*
build-tools: alex, happy
executable AntEditor
main-is: IDE/Main.hs
other-modules: Common.Simulator
Stage1.AntsBase
IDE.WXExt
Stage2.Base
Stage2.Parse
Stage2.PrettyPrint
Stage2.Assembler
Stage1.AntsPrettyPrinter
Stage1.AntsCompiler
Stage1.AntsParser
Stage1.AntsLexer
build-depends: base >=4 && <5,
wxcore ==0.90.*,
wx ==0.90.*,
array ==0.4.*,
containers ==0.5.*,
mtl ==2.1.*,
unordered-containers ==0.2.*,
deepseq ==1.3.*,
filepath ==1.3.*,
old-time ==1.1.*
ghc-options: -main-is IDE.Main
cpp-options: -DCABAL_MODULE
executable AntCompiler
main-is: Stage1/Ants.hs
other-modules: Stage1.AntsBase
Stage1.AntsCompiler
Stage1.AntsParser
Stage1.AntsLexer
Stage1.AntsPrettyPrinter
Stage2.Base
build-depends: base >=4 && <5,
array ==0.4.*,
containers ==0.5.*,
mtl ==2.1.*,
unordered-containers ==0.2.*,
deepseq ==1.3.*,
filepath ==1.3.*,
old-time ==1.1.*
build-tools: alex, happy
ghc-options: -main-is Stage1.Ants
executable AntAssembler
main-is: Stage2/Main.hs
other-modules: Stage2.Assembler
Stage2.Base
Stage2.Main
Stage2.Parse
Stage2.PrettyPrint
Common.Simulator
build-depends: base >=4 && <5,
array ==0.4.*,
containers ==0.5.*,
mtl ==2.1.*,
unordered-containers ==0.2.*,
deepseq ==1.3.*,
filepath ==1.3.*,
old-time ==1.1.*
ghc-options: -main-is Stage2.Main
executable AntSimulator
main-is: Simulator/Main.hs
other-modules: Common.Simulator
Common.Caching
Common.ReadWorld
Common.ReadInstructions
Common.Options
Common.GamePlay
build-depends: base >=4 && <5,
wxcore ==0.90.*,
wx ==0.90.*,
array ==0.4.*,
containers ==0.5.*,
mtl ==2.1.*,
unordered-containers ==0.2.*,
deepseq ==1.3.*,
filepath ==1.3.*,
old-time ==1.1.*