forked from IntersectMBO/cardano-ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hie.yaml
241 lines (162 loc) · 7.88 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
cradle:
cabal:
- path: "eras/allegra/impl/src"
component: "lib:cardano-ledger-allegra"
- path: "eras/alonzo/impl/src"
component: "lib:cardano-ledger-alonzo"
- 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/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/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/test"
component: "cardano-ledger-mary:lib:testlib"
- 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/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/impl/src"
component: "lib:cardano-ledger-shelley-ma"
- 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/test"
component: "cardano-ledger-api:test:cardano-ledger-api-test"
- path: "libs/cardano-ledger-api/doctests"
component: "cardano-ledger-api:test:doctests"
- 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-core/src"
component: "lib:cardano-ledger-core"
- path: "libs/cardano-ledger-core/testlib"
component: "cardano-ledger-core:lib:testlib"
- path: "libs/cardano-ledger-core/test"
component: "cardano-ledger-core:test:tests"
- path: "libs/cardano-ledger-pretty/src"
component: "lib:cardano-ledger-pretty"
- 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/benchProperty/Main.hs"
component: "cardano-ledger-test:bench:benchProperty"
- path: "libs/cardano-protocol-tpraos/src"
component: "lib:cardano-protocol-tpraos"
- 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/Main.hs"
component: "plutus-preprocessor:exe:plutus-preprocessor"
- path: "libs/plutus-preprocessor/src/PlutusScripts.hs"
component: "plutus-preprocessor:exe:plutus-preprocessor"
- path: "libs/plutus-preprocessor/src/Debug.hs"
component: "plutus-preprocessor:exe:plutus-debug"
- 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-test/src"
component: "lib:small-steps-test"
- path: "libs/small-steps-test/test"
component: "small-steps-test:test:examples"
- path: "libs/vector-map/src"
component: "lib:vector-map"
- path: "libs/vector-map/test"
component: "vector-map:test:tests"
- path: "libs/vector-map/bench/Bench.hs"
component: "vector-map:bench:bench"