forked from IntersectMBO/cardano-ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hie.yaml
142 lines (96 loc) · 4.22 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
cradle:
cabal:
- 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: "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/shelley/impl/src"
component: "lib:cardano-ledger-shelley"
- 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"
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: "test:cardano-ledger-shelley-ma-test"
- path: "eras/alonzo/impl/src"
component: "lib:cardano-ledger-alonzo"
- path: "eras/alonzo/test-suite/src"
component: "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/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/babbage/test-suite/src"
component: "cardano-ledger-babbage-test"
- path: "eras/babbage/test-suite/test"
component: "cardano-ledger-babbage-test:test:cardano-ledger-babbage-test"
- path: "libs/cardano-ledger-test/src"
component: "lib:cardano-ledger-test"
- path: "libs/cardano-ledger-test/test"
component: "test:cardano-ledger-test"
- path: "libs/cardano-ledger-test/bench"
component: "cardano-ledger-test:bench:bench"
- path: "libs/small-steps/src"
component: "lib:small-steps"
- path: "libs/cardano-data/src"
component: "lib:cardano-data"
- path: "libs/cardano-data/test"
component: "test:cardano-data-tests"
- path: "libs/cardano-ledger-binary/src"
component: "cardano-ledger-binary:lib:cardano-ledger-binary"
- path: "libs/cardano-ledger-binary/test-lib"
component: "cardano-ledger-binary:lib:testlib"
- path: "libs/cardano-ledger-binary/test"
component: "cardano-ledger-binary:test:tests"
- path: "libs/small-steps/src"
component: "lib:small-steps-test"
- path: "libs/small-steps-test/test"
component: "small-steps-test:test:examples"
- path: "libs/cardano-ledger-api/src"
component: "lib:cardano-ledger-api"
- path: "libs/cardano-ledger-core/src"
component: "lib:cardano-ledger-core"
- path: "libs/non-integral/src"
component: "lib:non-integral"
- path: "libs/non-integral/test"
component: "non-integral:test:non-integral-test"
- path: "libs/vector-map/src"
component: "lib:vector-map"
- path: "libs/vector-map/test"
component: "vector-map:test:tests"
- path: "libs/vector-map/bench"
component: "vector-map:bench:bench"
- path: "libs/set-algebra/src"
component: "lib:set-algebra"
- path: "libs/set-algebra/test"
component: "set-algebra:test:tests"
- path: "libs/cardano-ledger-pretty/src"
component: "lib:cardano-ledger-pretty"
- path: "libs/cardano-protocol-tpraos"
component: "lib:cardano-protocol-tpraos"
- path: "libs/ledger-state"
component: "lib:ledger-state"