-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhie.yaml
34 lines (24 loc) · 956 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
cradle:
stack:
- path: "./src"
component: "functional-starter:lib"
- path: "./app/clientMain.hs"
component: "functional-starter:exe:client"
- path: "./app/Main.hs"
component: "functional-starter:exe:client"
- path: "./app/Paths_functional_starter.hs"
component: "functional-starter:exe:client"
- path: "./app/Main.hs"
component: "functional-starter:exe:cmhackersd"
- path: "./app/Paths_functional_starter.hs"
component: "functional-starter:exe:cmhackersd"
- path: "./app/schema.hs"
component: "functional-starter:exe:schema"
- path: "./app/Main.hs"
component: "functional-starter:exe:schema"
- path: "./app/Paths_functional_starter.hs"
component: "functional-starter:exe:schema"
- path: "./test"
component: "functional-starter:test:functional-starter-test"
- path: "./src"
component: "functional-starter:test:functional-starter-test"