-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhie.yaml
25 lines (18 loc) · 800 Bytes
/
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
cradle:
stack:
- path: "./src"
component: "modal-tableau-interpolation:lib"
- path: "./exec/example.hs"
component: "modal-tableau-interpolation:exe:example"
- path: "./exec/Paths_modal-tableau-interpolation.hs"
component: "modal-tableau-interpolation:exe:example"
- path: "./exec/tapdleau.hs"
component: "modal-tableau-interpolation:exe:tapdleau"
- path: "./exec/Paths_modal-tableau-interpolation.hs"
component: "modal-tableau-interpolation:exe:tapdleau"
- path: "./test/basicmodal.hs"
component: "modal-tableau-interpolation:test:basicmodal"
- path: "./test/pdl.hs"
component: "modal-tableau-interpolation:test:pdl"
- path: "./test/propositional.hs"
component: "modal-tableau-interpolation:test:propositional"