-
Notifications
You must be signed in to change notification settings - Fork 0
/
hie.yaml
40 lines (28 loc) · 964 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:
cabal:
- path: "src/Cli.hs"
component: "diamond:exe:diamond"
- path: "src/Paths_diamond.hs"
component: "diamond:exe:diamond"
- path: "src/SystemUtils.hs"
component: "diamond:exe:diamond"
- path: "src/Transaction.hs"
component: "diamond:exe:diamond"
- path: "src/Diamond.hs"
component: "diamond:exe:diamond"
- path: "src/Logger.hs"
component: "diamond:exe:diamond"
- path: "src/Utils.hs"
component: "diamond:exe:diamond"
- path: "src/Commands/Create.hs"
component: "diamond:exe:diamond"
- path: "src/Commands/Remove.hs"
component: "diamond:exe:diamond"
- path: "src/Commands/Manual.hs"
component: "diamond:exe:diamond"
- path: "src/Commands/Mount.hs"
component: "diamond:exe:diamond"
- path: "src/Commands/Start.hs"
component: "diamond:exe:diamond"
- path: "src/Commands/List.hs"
component: "diamond:exe:diamond"