-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhie.yaml
40 lines (28 loc) · 958 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
cradle:
stack:
- path: "Example/Showcase/showcase.hs"
component: "Showcase:exe:showcase"
- path: "Example/Shooter/./shooter.hs"
component: "Shooter:exe:shooter"
- path: "Example/Shooter/./Paths_Shooter.hs"
component: "Shooter:exe:shooter"
- path: "FRP/./"
component: "Hickory-FRP:lib"
- path: "GLFW/./"
component: "Hickory-GLFW:lib"
- path: "GLFW/./main.hs"
component: "Hickory-GLFW:exe:vulkan"
- path: "GLFW/./Paths_Hickory_GLFW.hs"
component: "Hickory-GLFW:exe:vulkan"
- path: "SDL/./"
component: "Hickory-SDL:lib"
- path: "core/./"
component: "Hickory:lib"
- path: "core/pack-model/main.hs"
component: "Hickory:exe:pack-model"
- path: "core/pack-model/Paths_Hickory.hs"
component: "Hickory:exe:pack-model"
- path: "core/test"
component: "Hickory:test:hickory-test"
- path: "iOS/./"
component: "Hickory-iOS:lib"