-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhie.yaml
More file actions
20 lines (20 loc) · 719 Bytes
/
hie.yaml
File metadata and controls
20 lines (20 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cradle:
cabal:
- path: "part-0/app"
component: "hs-rogue-part0:executable:hs-rogue"
- path: "part-1/app"
component: "hs-rogue-part1:executable:hs-rogue"
- path: "part-2/app"
component: "hs-rogue-part2:executable:hs-rogue"
- path: "part-3a/app"
component: "hs-rogue-part3a:executable:hs-rogue"
- path: "part-3b/app"
component: "hs-rogue-part3b:executable:hs-rogue"
- path: "part-4/app"
component: "hs-rogue-part4:executable:hs-rogue"
- path: "part-5/app"
component: "hs-rogue-part5:executable:hs-rogue"
- path: "part-6/app"
component: "hs-rogue-part6:executable:hs-rogue"
- path: "roguefunctor"
component: "library:roguefunctor"