-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhie.yaml
40 lines (40 loc) · 1.63 KB
/
hie.yaml
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
cradle:
stack:
- path: "./src"
component: "grisette-synth-lib:lib"
- path: "./arith/Main.hs"
component: "grisette-synth-lib:exe:arith"
- path: "./arith/Arith.hs"
component: "grisette-synth-lib:exe:arith"
- path: "./arith/Paths_grisette_synth_lib.hs"
component: "grisette-synth-lib:exe:arith"
- path: "./arith-sum/Main.hs"
component: "grisette-synth-lib:exe:arith-sum"
- path: "./arith-sum/Arith.hs"
component: "grisette-synth-lib:exe:arith-sum"
- path: "./arith-sum/EvalMode.hs"
component: "grisette-synth-lib:exe:arith-sum"
- path: "./arith-sum/Operator/Add.hs"
component: "grisette-synth-lib:exe:arith-sum"
- path: "./arith-sum/Operator/AddImm.hs"
component: "grisette-synth-lib:exe:arith-sum"
- path: "./arith-sum/Operator/Mul.hs"
component: "grisette-synth-lib:exe:arith-sum"
- path: "./arith-sum/Paths_grisette_synth_lib.hs"
component: "grisette-synth-lib:exe:arith-sum"
- path: "./control/Main.hs"
component: "grisette-synth-lib:exe:control"
- path: "./control/ConProg.hs"
component: "grisette-synth-lib:exe:control"
- path: "./control/Semantics.hs"
component: "grisette-synth-lib:exe:control"
- path: "./control/Sketch.hs"
component: "grisette-synth-lib:exe:control"
- path: "./control/Typing.hs"
component: "grisette-synth-lib:exe:control"
- path: "./control/Value.hs"
component: "grisette-synth-lib:exe:control"
- path: "./control/Paths_grisette_synth_lib.hs"
component: "grisette-synth-lib:exe:control"
- path: "./test"
component: "grisette-synth-lib:test:spec"