-
Notifications
You must be signed in to change notification settings - Fork 157
/
hie.yaml
343 lines (230 loc) · 11.5 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
cradle:
cabal:
- path: "eras/allegra/impl/src"
component: "lib:cardano-ledger-allegra"
- path: "eras/allegra/impl/testlib"
component: "cardano-ledger-allegra:lib:testlib"
- path: "eras/allegra/impl/huddle-cddl/Main.hs"
component: "cardano-ledger-allegra:exe:huddle-cddl"
- path: "eras/allegra/impl/huddle-cddl/Paths_cardano_ledger_allegra.hs"
component: "cardano-ledger-allegra:exe:huddle-cddl"
- path: "eras/allegra/impl/test"
component: "cardano-ledger-allegra:test:tests"
- path: "eras/alonzo/impl/src"
component: "lib:cardano-ledger-alonzo"
- path: "eras/alonzo/impl/testlib"
component: "cardano-ledger-alonzo:lib:testlib"
- path: "eras/alonzo/impl/test/GenerateGoldenFileMain.hs"
component: "cardano-ledger-alonzo:exe:gen-golden"
- path: "eras/alonzo/impl/test/Paths_cardano_ledger_alonzo.hs"
component: "cardano-ledger-alonzo:exe:gen-golden"
- path: "eras/alonzo/impl/test"
component: "cardano-ledger-alonzo:test:tests"
- path: "eras/alonzo/test-suite/src"
component: "lib:cardano-ledger-alonzo-test"
- path: "eras/alonzo/test-suite/test"
component: "cardano-ledger-alonzo-test:test:cardano-ledger-alonzo-test"
- path: "eras/babbage/impl/src"
component: "lib:cardano-ledger-babbage"
- path: "eras/babbage/impl/testlib"
component: "cardano-ledger-babbage:lib:testlib"
- path: "eras/babbage/impl/test/GenerateGoldenFileMain.hs"
component: "cardano-ledger-babbage:exe:gen-golden"
- path: "eras/babbage/impl/test/Paths_cardano_ledger_babbage.hs"
component: "cardano-ledger-babbage:exe:gen-golden"
- path: "eras/babbage/impl/test"
component: "cardano-ledger-babbage:test:tests"
- path: "eras/babbage/test-suite/src"
component: "lib:cardano-ledger-babbage-test"
- path: "eras/babbage/test-suite/test"
component: "cardano-ledger-babbage-test:test:cardano-ledger-babbage-test"
- path: "eras/byron/chain/executable-spec/src"
component: "lib:byron-spec-chain"
- path: "eras/byron/chain/executable-spec/test"
component: "byron-spec-chain:test:chain-rules-test"
- path: "eras/byron/crypto/src"
component: "lib:cardano-crypto-wrapper"
- path: "eras/byron/crypto/test"
component: "cardano-crypto-wrapper:test:test"
- path: "eras/byron/crypto/test/./"
component: "lib:cardano-crypto-test"
- path: "eras/byron/ledger/executable-spec/src"
component: "lib:byron-spec-ledger"
- path: "eras/byron/ledger/executable-spec/test"
component: "byron-spec-ledger:test:byron-spec-ledger-test"
- path: "eras/byron/ledger/impl/src"
component: "lib:cardano-ledger-byron"
- path: "eras/byron/ledger/impl/test"
component: "cardano-ledger-byron:test:cardano-ledger-byron-test"
- path: "eras/byron/ledger/impl/test"
component: "cardano-ledger-byron:test:epoch-validation-normal-form-test"
- path: "eras/byron/ledger/impl/test/./"
component: "lib:cardano-ledger-byron-test"
- path: "eras/conway/impl/src"
component: "lib:cardano-ledger-conway"
- path: "eras/conway/impl/testlib"
component: "cardano-ledger-conway:lib:testlib"
- path: "eras/conway/impl/huddle-cddl/Main.hs"
component: "cardano-ledger-conway:exe:huddle-cddl"
- path: "eras/conway/impl/huddle-cddl/Paths_cardano_ledger_conway.hs"
component: "cardano-ledger-conway:exe:huddle-cddl"
- path: "eras/conway/impl/test/GenerateGoldenFileMain.hs"
component: "cardano-ledger-conway:exe:gen-golden"
- path: "eras/conway/impl/test/Paths_cardano_ledger_conway.hs"
component: "cardano-ledger-conway:exe:gen-golden"
- path: "eras/conway/impl/test"
component: "cardano-ledger-conway:test:tests"
- path: "eras/conway/test-suite/src"
component: "lib:cardano-ledger-conway-test"
- path: "eras/conway/test-suite/test"
component: "cardano-ledger-conway-test:test:cardano-ledger-conway-test"
- path: "eras/mary/impl/src"
component: "lib:cardano-ledger-mary"
- path: "eras/mary/impl/testlib"
component: "cardano-ledger-mary:lib:testlib"
- path: "eras/mary/impl/huddle-cddl/Main.hs"
component: "cardano-ledger-mary:exe:huddle-cddl"
- path: "eras/mary/impl/huddle-cddl/Paths_cardano_ledger_mary.hs"
component: "cardano-ledger-mary:exe:huddle-cddl"
- path: "eras/mary/impl/test"
component: "cardano-ledger-mary:test:tests"
- path: "eras/shelley/impl/src"
component: "lib:cardano-ledger-shelley"
- path: "eras/shelley/impl/testlib"
component: "cardano-ledger-shelley:lib:testlib"
- path: "eras/shelley/impl/huddle-cddl/Main.hs"
component: "cardano-ledger-shelley:exe:huddle-cddl"
- path: "eras/shelley/impl/huddle-cddl/Paths_cardano_ledger_shelley.hs"
component: "cardano-ledger-shelley:exe:huddle-cddl"
- path: "eras/shelley/impl/test"
component: "cardano-ledger-shelley:test:tests"
- path: "eras/shelley/test-suite/src"
component: "lib:cardano-ledger-shelley-test"
- path: "eras/shelley/test-suite/test"
component: "cardano-ledger-shelley-test:test:cardano-ledger-shelley-test"
- path: "eras/shelley/test-suite/bench/Main.hs"
component: "cardano-ledger-shelley-test:bench:mainbench"
- path: "eras/shelley/test-suite/bench/BenchUTxOAggregate.hs"
component: "cardano-ledger-shelley-test:bench:mainbench"
- path: "eras/shelley/test-suite/bench/BenchValidation.hs"
component: "cardano-ledger-shelley-test:bench:mainbench"
- path: "eras/shelley/test-suite/bench/Cardano/Ledger/Shelley/Bench/Gen.hs"
component: "cardano-ledger-shelley-test:bench:mainbench"
- path: "eras/shelley/test-suite/bench/Cardano/Ledger/Shelley/Bench/Rewards.hs"
component: "cardano-ledger-shelley-test:bench:mainbench"
- path: "eras/shelley-ma/test-suite/src"
component: "lib:cardano-ledger-shelley-ma-test"
- path: "eras/shelley-ma/test-suite/test"
component: "cardano-ledger-shelley-ma-test:test:cardano-ledger-shelley-ma-test"
- path: "libs/cardano-data/src"
component: "lib:cardano-data"
- path: "libs/cardano-data/testlib"
component: "cardano-data:lib:testlib"
- path: "libs/cardano-data/test"
component: "cardano-data:test:cardano-data-tests"
- path: "libs/cardano-ledger-api/src"
component: "lib:cardano-ledger-api"
- path: "libs/cardano-ledger-api/testlib"
component: "cardano-ledger-api:lib:testlib"
- path: "libs/cardano-ledger-api/test"
component: "cardano-ledger-api:test:cardano-ledger-api-test"
- path: "libs/cardano-ledger-binary/src"
component: "lib:cardano-ledger-binary"
- path: "libs/cardano-ledger-binary/testlib"
component: "cardano-ledger-binary:lib:testlib"
- path: "libs/cardano-ledger-binary/test"
component: "cardano-ledger-binary:test:tests"
- path: "libs/cardano-ledger-binary/bench/Bench.hs"
component: "cardano-ledger-binary:bench:bench"
- path: "libs/cardano-ledger-conformance/src"
component: "lib:cardano-ledger-conformance"
- path: "libs/cardano-ledger-conformance/test"
component: "cardano-ledger-conformance:test:tests"
- path: "libs/cardano-ledger-core/src"
component: "lib:cardano-ledger-core"
- path: "libs/cardano-ledger-core/testlib"
component: "cardano-ledger-core:lib:testlib"
- path: "libs/cardano-ledger-core/app/PlutusDebug.hs"
component: "cardano-ledger-core:exe:plutus-debug"
- path: "libs/cardano-ledger-core/test"
component: "cardano-ledger-core:test:tests"
- path: "libs/cardano-ledger-core/bench/UMap.hs"
component: "cardano-ledger-core:bench:umap"
- path: "libs/cardano-ledger-core/bench/Addr.hs"
component: "cardano-ledger-core:bench:addr"
- path: "libs/cardano-ledger-repl-environment/src"
component: "lib:cardano-ledger-repl-environment"
- path: "libs/cardano-ledger-test/src"
component: "lib:cardano-ledger-test"
- path: "libs/cardano-ledger-test/test"
component: "cardano-ledger-test:test:cardano-ledger-test"
- path: "libs/cardano-ledger-test/bench/Main.hs"
component: "cardano-ledger-test:bench:bench"
- path: "libs/cardano-ledger-test/bench/Bench/Cardano/Ledger/ApplyTx.hs"
component: "cardano-ledger-test:bench:bench"
- path: "libs/cardano-ledger-test/bench/Bench/Cardano/Ledger/ApplyTx/Gen.hs"
component: "cardano-ledger-test:bench:bench"
- path: "libs/cardano-ledger-test/bench/Bench/Cardano/Ledger/EpochBoundary.hs"
component: "cardano-ledger-test:bench:bench"
- path: "libs/cardano-ledger-test/bench/Bench/Cardano/Ledger/Serialisation/Generators.hs"
component: "cardano-ledger-test:bench:bench"
- path: "libs/cardano-ledger-test/bench/Bench/Cardano/Ledger/SumStake.hs"
component: "cardano-ledger-test:bench:bench"
- path: "libs/cardano-ledger-test/bench/Bench/Cardano/Ledger/TxOut.hs"
component: "cardano-ledger-test:bench:bench"
- path: "libs/cardano-ledger-test/bench/Bench/Cardano/Ledger/StakeDistr.hs"
component: "cardano-ledger-test:bench:bench"
- path: "libs/cardano-ledger-test/bench/Bench/Constrained/STS.hs"
component: "cardano-ledger-test:bench:bench"
- path: "libs/cardano-ledger-test/benchProperty/Main.hs"
component: "cardano-ledger-test:bench:benchProperty"
- path: "libs/cardano-protocol-tpraos/src"
component: "lib:cardano-protocol-tpraos"
- path: "libs/cardano-protocol-tpraos/testlib"
component: "cardano-protocol-tpraos:lib:testlib"
- path: "libs/cardano-protocol-tpraos/test"
component: "cardano-protocol-tpraos:test:tests"
- path: "libs/constrained-generators/src"
component: "lib:constrained-generators"
- path: "libs/constrained-generators/test"
component: "constrained-generators:test:constrained"
- path: "libs/constrained-generators/bench/Main.hs"
component: "constrained-generators:bench:bench"
- path: "libs/constrained-generators/bench/Constrained/Bench.hs"
component: "constrained-generators:bench:bench"
- path: "libs/ledger-state/src"
component: "lib:ledger-state"
- path: "libs/ledger-state/app/Main.hs"
component: "ledger-state:exe:ledger-state"
- path: "libs/ledger-state/bench/Memory.hs"
component: "ledger-state:bench:memory"
- path: "libs/ledger-state/bench/Performance.hs"
component: "ledger-state:bench:performance"
- path: "libs/ledger-state/bench/Address.hs"
component: "ledger-state:bench:address"
- path: "libs/non-integral/src"
component: "lib:non-integral"
- path: "libs/non-integral/test"
component: "non-integral:test:non-integral-test"
- path: "libs/plutus-preprocessor/src"
component: "lib:plutus-preprocessor"
- path: "libs/plutus-preprocessor/app/Main.hs"
component: "plutus-preprocessor:exe:plutus-preprocessor"
- path: "libs/set-algebra/src"
component: "lib:set-algebra"
- path: "libs/set-algebra/test"
component: "set-algebra:test:tests"
- path: "libs/small-steps/src"
component: "lib:small-steps"
- path: "libs/small-steps/testlib"
component: "small-steps:lib:testlib"
- path: "libs/small-steps/test"
component: "small-steps:test:tests"
- path: "libs/vector-map/src"
component: "lib:vector-map"
- path: "libs/vector-map/testlib"
component: "vector-map:lib:testlib"
- path: "libs/vector-map/test"
component: "vector-map:test:tests"
- path: "libs/vector-map/bench/Bench.hs"
component: "vector-map:bench:bench"