forked from google/proto-lens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhie.yaml
202 lines (136 loc) · 6.78 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
cradle:
cabal:
- path: "discrimination-ieee754/src"
component: "lib:discrimination-ieee754"
- path: "discrimination-ieee754/test"
component: "discrimination-ieee754:test:test"
- path: "proto-lens/src"
component: "lib:proto-lens"
- path: "proto-lens/tests"
component: "proto-lens:test:growing_test"
- path: "proto-lens/tests"
component: "proto-lens:test:parser_test"
- path: "proto-lens-arbitrary/src"
component: "lib:proto-lens-arbitrary"
- path: "proto-lens-benchmarks/./"
component: "proto-lens-benchmarks:bench:s/nested.proto"
- path: "proto-lens-benchmarks/src"
component: "lib:proto-lens-benchmarks"
- path: "proto-lens-benchmarks/benchmarks/Nested.hs"
component: "proto-lens-benchmarks:bench:nested"
- path: "proto-lens-benchmarks/benchmarks/Proto/Nested.hs"
component: "proto-lens-benchmarks:bench:nested"
- path: "proto-lens-benchmarks/benchmarks/Proto/Nested_Fields.hs"
component: "proto-lens-benchmarks:bench:nested"
- path: "proto-lens-benchmarks/benchmarks/Packing.hs"
component: "proto-lens-benchmarks:bench:packing"
- path: "proto-lens-benchmarks/benchmarks/Proto/Packing.hs"
component: "proto-lens-benchmarks:bench:packing"
- path: "proto-lens-benchmarks/benchmarks/Proto/Packing_Fields.hs"
component: "proto-lens-benchmarks:bench:packing"
- path: "proto-lens-benchmarks/benchmarks/UnusedFields.hs"
component: "proto-lens-benchmarks:bench:unused-fields"
- path: "proto-lens-benchmarks/benchmarks/Proto/UnusedFields.hs"
component: "proto-lens-benchmarks:bench:unused-fields"
- path: "proto-lens-benchmarks/benchmarks/Proto/UnusedFields_Fields.hs"
component: "proto-lens-benchmarks:bench:unused-fields"
- path: "proto-lens-discrimination/src"
component: "lib:proto-lens-discrimination"
- path: "proto-lens-discrimination/tests"
component: "proto-lens-discrimination:test:discrimination_test"
- path: "proto-lens-optparse/src"
component: "lib:proto-lens-optparse"
- path: "proto-lens-protobuf-types/src"
component: "lib:proto-lens-protobuf-types"
- path: "proto-lens-protoc/src"
component: "lib:proto-lens-protoc"
- path: "proto-lens-protoc/app/protoc-gen-haskell.hs"
component: "proto-lens-protoc:exe:proto-lens-protoc"
- path: "proto-lens-protoc/app/Data/ProtoLens/Compiler/Definitions.hs"
component: "proto-lens-protoc:exe:proto-lens-protoc"
- path: "proto-lens-protoc/app/Data/ProtoLens/Compiler/Generate.hs"
component: "proto-lens-protoc:exe:proto-lens-protoc"
- path: "proto-lens-protoc/app/Data/ProtoLens/Compiler/Generate/Commented.hs"
component: "proto-lens-protoc:exe:proto-lens-protoc"
- path: "proto-lens-protoc/app/Data/ProtoLens/Compiler/Generate/Encoding.hs"
component: "proto-lens-protoc:exe:proto-lens-protoc"
- path: "proto-lens-protoc/app/Data/ProtoLens/Compiler/Generate/Field.hs"
component: "proto-lens-protoc:exe:proto-lens-protoc"
- path: "proto-lens-protoc/app/Data/ProtoLens/Compiler/Parameter.hs"
component: "proto-lens-protoc:exe:proto-lens-protoc"
- path: "proto-lens-protoc/app/Data/ProtoLens/Compiler/Plugin.hs"
component: "proto-lens-protoc:exe:proto-lens-protoc"
- path: "proto-lens-protoc/app/Proto/Google/Protobuf/Compiler/Plugin.hs"
component: "proto-lens-protoc:exe:proto-lens-protoc"
- path: "proto-lens-protoc/app/Proto/Google/Protobuf/Compiler/Plugin_Fields.hs"
component: "proto-lens-protoc:exe:proto-lens-protoc"
- path: "proto-lens-protoc/app/Proto/Google/Protobuf/Descriptor.hs"
component: "proto-lens-protoc:exe:proto-lens-protoc"
- path: "proto-lens-protoc/app/Proto/Google/Protobuf/Descriptor_Fields.hs"
component: "proto-lens-protoc:exe:proto-lens-protoc"
- path: "proto-lens-protoc/app/Paths_proto_lens_protoc.hs"
component: "proto-lens-protoc:exe:proto-lens-protoc"
- path: "proto-lens-runtime/./"
component: "lib:proto-lens-runtime"
- path: "proto-lens-setup/./"
component: "proto-lens-setup:lib:\/executable\/etc."
- path: "proto-lens-setup/src"
component: "lib:proto-lens-setup"
- path: "proto-lens-tests/src"
component: "lib:proto-lens-tests"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:any_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:canonical_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:combinators_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:decode_delimited_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:dependent_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:descriptor_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:enum_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:group_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:imports_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:labels_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:map_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:message_set_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:names_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:no_package_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:oneof_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:optional_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:package-deps_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:packed_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:pathological_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:proto3_optional_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:proto3_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:raw_fields_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:repeated_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:required_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:service_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:text-format_test"
- path: "proto-lens-tests/tests"
component: "proto-lens-tests:test:unknown_fields_test"
- path: "proto-lens-tests-dep/./"
component: "lib:proto-lens-tests-dep"