-
Notifications
You must be signed in to change notification settings - Fork 1
/
hie.yaml
46 lines (32 loc) · 1.14 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
41
42
43
44
45
46
cradle:
stack:
- path: "./src/Main.hs"
component: "youbrick:exe:youbrick"
- path: "./src/Config.hs"
component: "youbrick:exe:youbrick"
- path: "./src/Database.hs"
component: "youbrick:exe:youbrick"
- path: "./src/Network.hs"
component: "youbrick:exe:youbrick"
- path: "./src/Tui.hs"
component: "youbrick:exe:youbrick"
- path: "./src/Tui/Actions.hs"
component: "youbrick:exe:youbrick"
- path: "./src/Tui/AddChannel.hs"
component: "youbrick:exe:youbrick"
- path: "./src/Tui/ChannelList.hs"
component: "youbrick:exe:youbrick"
- path: "./src/Tui/Job.hs"
component: "youbrick:exe:youbrick"
- path: "./src/Tui/KeybindingsIndicator.hs"
component: "youbrick:exe:youbrick"
- path: "./src/Tui/Name.hs"
component: "youbrick:exe:youbrick"
- path: "./src/Tui/Splittable.hs"
component: "youbrick:exe:youbrick"
- path: "./src/Tui/State.hs"
component: "youbrick:exe:youbrick"
- path: "./src/Tui/VideoList.hs"
component: "youbrick:exe:youbrick"
- path: "./src/Paths_youbrick.hs"
component: "youbrick:exe:youbrick"