-
Notifications
You must be signed in to change notification settings - Fork 4
/
hie.yaml
58 lines (40 loc) · 1.44 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
53
54
55
56
57
58
cradle:
stack:
- path: "./example/src"
component: "example:lib"
- path: "./example/src/Main.hs"
component: "example:exe:example-exe"
- path: "./example/src/Paths_example.hs"
component: "example:exe:example-exe"
- path: "./packages/aeson/src"
component: "conferer-aeson:lib"
- path: "./packages/aeson/test"
component: "conferer-aeson:test:specs"
- path: "./packages/conferer/src"
component: "conferer:lib"
- path: "./packages/conferer/test"
component: "conferer:test:specs"
- path: "./packages/dhall/src"
component: "conferer-dhall:lib"
- path: "./packages/dhall/test"
component: "conferer-dhall:test:specs"
- path: "./packages/hedis/src"
component: "conferer-hedis:lib"
- path: "./packages/hedis/test"
component: "conferer-hedis:test:specs"
- path: "./packages/hspec/src"
component: "conferer-hspec:lib"
- path: "./packages/hspec/test"
component: "conferer-hspec:test:specs"
- path: "./packages/snap/src"
component: "conferer-snap:lib"
- path: "./packages/snap/test"
component: "conferer-snap:test:specs"
- path: "./packages/warp/src"
component: "conferer-warp:lib"
- path: "./packages/warp/test"
component: "conferer-warp:test:specs"
- path: "./packages/yaml/src"
component: "conferer-yaml:lib"
- path: "./packages/yaml/test"
component: "conferer-yaml:test:specs"