forked from IntersectMBO/cardano-ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hie.yaml
79 lines (54 loc) · 2.41 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
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: "cardano-ledger-shelley-ma-test:bench:bench"
- path: "eras/alonzo/impl/src"
component: "lib:cardano-ledger-alonzo"
- path: "eras/alonzo/test-suite/lib"
component: "cardano-ledger-alonzo-test"
- path: "eras/alonzo/test-suite/test"
component: "cardano-ledger-alonzo-test:test:cardano-ledger-alonzo-test"
- path: "libs/cardano-ledger-test/src"
component: "lib: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/small-steps/src"
component: "lib:small-steps-test"
- path: "libs/small-steps-test/test"
component: "small-steps-test:test:examples"
- 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"