-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhie.yaml
52 lines (36 loc) · 1.05 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
47
48
49
50
51
52
cradle:
cabal:
- path: "./lib"
component: "lib:iris"
- path: "./app/Main.hs"
component: "iris:exe:iris"
- path: "./lib/Main.hs"
component: "iris:exe:iris"
- path: "./app/Cli.hs"
component: "iris:exe:iris"
- path: "./app/Config.hs"
component: "iris:exe:iris"
- path: "./app/Paths_iris.hs"
component: "iris:exe:iris"
- path: "./app/Process.hs"
component: "iris:exe:iris"
- path: "./app/Meta.hs"
component: "iris:exe:iris"
- path: "./app/Validation.hs"
component: "iris:exe:iris"
- path: "./lib/Cli.hs"
component: "iris:exe:iris"
- path: "./lib/Config.hs"
component: "iris:exe:iris"
- path: "./lib/Paths_iris.hs"
component: "iris:exe:iris"
- path: "./lib/Process.hs"
component: "iris:exe:iris"
- path: "./lib/Meta.hs"
component: "iris:exe:iris"
- path: "./lib/Validation.hs"
component: "iris:exe:iris"
- path: "./test"
component: "iris:test:spec"
- path: "./lib"
component: "iris:test:spec"