Skip to content

Commit b13116a

Browse files
committed
Add ledger and consensus SRPs
1 parent 4a6ce60 commit b13116a

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

cabal.project

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,50 @@ if impl (ghc >= 9.12)
6161
-- https://github.com/kapralVV/Unique/issues/11
6262
, Unique:hashable
6363

64+
source-repository-package
65+
type: git
66+
location: https://github.com/IntersectMBO/ouroboros-consensus
67+
tag: 35d19494ef18d78b4d3aa58cb7f86191acf33dfb
68+
--sha256: sha256-0QAPCaywwJXIWUTXyU9KJ0Ddnumaj1vOjD++FjQ8SPc=
69+
subdir:
70+
ouroboros-consensus
71+
ouroboros-consensus-cardano
72+
ouroboros-consensus-diffusion
73+
ouroboros-consensus-protocol
74+
sop-extras
75+
strict-sop-core
76+
77+
source-repository-package
78+
type: git
79+
location: https://github.com/IntersectMBO/cardano-ledger
80+
tag: 20485948f78ab139d246695e540f9ec00963a16e
81+
--sha256: sha256-SHnyp+GvNeR82UXoKeDEgsp1AUE2yF5dGL4HIZm0zK8=
82+
subdir:
83+
eras/allegra/impl
84+
eras/alonzo/impl
85+
eras/alonzo/test-suite
86+
eras/babbage/impl
87+
eras/babbage/test-suite
88+
eras/byron/chain/executable-spec
89+
eras/byron/crypto
90+
eras/byron/ledger/executable-spec
91+
eras/byron/ledger/impl
92+
eras/conway/impl
93+
eras/dijkstra
94+
eras/mary/impl
95+
eras/shelley/impl
96+
eras/shelley-ma/test-suite
97+
eras/shelley/test-suite
98+
libs/cardano-data
99+
libs/cardano-ledger-api
100+
libs/cardano-ledger-binary
101+
libs/cardano-ledger-core
102+
libs/cardano-protocol-tpraos
103+
libs/non-integral
104+
libs/set-algebra
105+
libs/small-steps
106+
libs/vector-map
107+
64108
-- WASM compilation specific
65109

66110
if arch(wasm32)

0 commit comments

Comments
 (0)