-
Notifications
You must be signed in to change notification settings - Fork 271
/
hie.yaml
159 lines (108 loc) · 4.7 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
cradle:
stack:
- path: "codebase2/codebase/./"
component: "unison-codebase:lib"
- path: "codebase2/codebase-sqlite/./"
component: "unison-codebase-sqlite:lib"
- path: "codebase2/codebase-sqlite-hashing-v2/src"
component: "unison-codebase-sqlite-hashing-v2:lib"
- path: "codebase2/codebase-sync/./"
component: "unison-codebase-sync:lib"
- path: "codebase2/core/./"
component: "unison-core:lib"
- path: "codebase2/util-serialization/./"
component: "unison-util-serialization:lib"
- path: "codebase2/util-term/./"
component: "unison-util-term:lib"
- path: "lib/orphans/network-uri-orphans-sqlite/src"
component: "network-uri-orphans-sqlite:lib"
- path: "lib/orphans/unison-core-orphans-sqlite/src"
component: "unison-core-orphans-sqlite:lib"
- path: "lib/orphans/unison-hash-orphans-aeson/src"
component: "unison-hash-orphans-aeson:lib"
- path: "lib/orphans/unison-hash-orphans-sqlite/src"
component: "unison-hash-orphans-sqlite:lib"
- path: "lib/orphans/uuid-orphans-sqlite/src"
component: "uuid-orphans-sqlite:lib"
- path: "lib/unison-hash/src"
component: "unison-hash:lib"
- path: "lib/unison-hashing/src"
component: "unison-hashing:lib"
- path: "lib/unison-prelude/src"
component: "unison-prelude:lib"
- path: "lib/unison-pretty-printer/src"
component: "unison-pretty-printer:lib"
- path: "lib/unison-pretty-printer/prettyprintdemo/Main.hs"
component: "unison-pretty-printer:exe:prettyprintdemo"
- path: "lib/unison-pretty-printer/tests"
component: "unison-pretty-printer:test:pretty-printer-tests"
- path: "lib/unison-sqlite/src"
component: "unison-sqlite:lib"
- path: "lib/unison-sqlite/test"
component: "unison-sqlite:test:tests"
- path: "lib/unison-util-base32hex/src"
component: "unison-util-base32hex:lib"
- path: "lib/unison-util-bytes/src"
component: "unison-util-bytes:lib"
- path: "lib/unison-util-bytes/test"
component: "unison-util-bytes:test:util-bytes-tests"
- path: "lib/unison-util-cache/src"
component: "unison-util-cache:lib"
- path: "lib/unison-util-cache/test"
component: "unison-util-cache:test:util-cache-tests"
- path: "lib/unison-util-file-embed/src"
component: "unison-util-file-embed:lib"
- path: "lib/unison-util-nametree/src"
component: "unison-util-nametree:lib"
- path: "lib/unison-util-relation/src"
component: "unison-util-relation:lib"
- path: "lib/unison-util-relation/test"
component: "unison-util-relation:test:util-relation-tests"
- path: "lib/unison-util-relation/benchmarks/relation/Main.hs"
component: "unison-util-relation:bench:relation"
- path: "lib/unison-util-rope/src"
component: "unison-util-rope:lib"
- path: "parser-typechecker/src"
component: "unison-parser-typechecker:lib"
- path: "parser-typechecker/tests"
component: "unison-parser-typechecker:test:parser-typechecker-tests"
- path: "unison-runtime/src"
component: "unison-runtime:lib"
- path: "unison-runtime/tests"
component: "unison-runtime:test:runtime-tests"
- path: "unison-cli/src"
component: "unison-cli:lib"
- path: "unison-cli/transcripts/Transcripts.hs"
component: "unison-cli:exe:transcripts"
- path: "unison-cli/tests"
component: "unison-cli:test:cli-tests"
- path: "unison-cli-integration/integration-tests/Suite.hs"
component: "unison-cli-integration:exe:cli-integration-tests"
- path: "unison-cli-integration/integration-tests/IntegrationTests/ArgumentParsing.hs"
component: "unison-cli-integration:exe:cli-integration-tests"
- path: "unison-cli-main/unison/Main.hs"
component: "unison-cli-main:exe:unison"
- path: "unison-cli-main/unison/Version.hs"
component: "unison-cli-main:exe:unison"
- path: "unison-core/src"
component: "unison-core1:lib"
- path: "unison-core/test"
component: "unison-core1:test:tests"
- path: "unison-hashing-v2/src"
component: "unison-hashing-v2:lib"
- path: "unison-merge/src"
component: "unison-merge:lib"
- path: "unison-share-api/src"
component: "unison-share-api:lib"
- path: "unison-share-projects-api/src"
component: "unison-share-projects-api:lib"
- path: "unison-syntax/src"
component: "unison-syntax:lib"
- path: "unison-syntax/test"
component: "unison-syntax:test:syntax-tests"
- path: "yaks/easytest/src"
component: "easytest:lib"
- path: "yaks/easytest/tests/Suite.hs"
component: "easytest:exe:runtests"
- path: "yaks/easytest/tests"
component: "easytest:test:tests"