Skip to content

Commit

Permalink
Add SRPs and update index-state
Browse files Browse the repository at this point in the history
`cardano-ledger` requires `plutus-ledger-api ^>=1.25.0`,
hence the `index-state` update
  • Loading branch information
Lucsanszky committed Apr 19, 2024
1 parent 39f1775 commit 3df346c
Showing 1 changed file with 56 additions and 1 deletion.
57 changes: 56 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ index-state:
-- Bump this if you need newer packages from Hackage
, hackage.haskell.org 2024-03-26T06:28:59Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2024-04-05T13:36:27Z
, cardano-haskell-packages 2024-04-08T13:36:27Z

packages:
ouroboros-consensus
Expand All @@ -26,6 +26,61 @@ packages:
sop-extras
strict-sop-core

source-repository-package
type: git
location: [email protected]:IntersectMBO/cardano-ledger.git
tag: d04f0f406077dab2fa4772c8f6231c02aca2bbe0
--sha256: sha256-mJTPT+KDCVUQcM5rXQ30bwHkNmLDyyXl8dFf8fYJ7j4=
subdir: eras/allegra/impl
eras/alonzo/impl
eras/alonzo/test-suite
eras/babbage/impl
eras/babbage/test-suite
eras/conway/impl
eras/conway/test-suite
eras/mary/impl
eras/shelley/impl
eras/shelley/test-suite
eras/shelley-ma/test-suite
libs/cardano-ledger-api
libs/cardano-ledger-core
libs/cardano-ledger-binary
libs/cardano-protocol-tpraos
libs/non-integral
libs/small-steps
libs/cardano-data
libs/set-algebra
libs/vector-map
eras/byron/chain/executable-spec
eras/byron/ledger/executable-spec
eras/byron/ledger/impl
eras/byron/ledger/impl/test
eras/byron/crypto
eras/byron/crypto/test
-- Packages used during development and are not released to CHaPs:
-- libs/cardano-ledger-conformance
-- libs/cardano-ledger-test
-- libs/plutus-preprocessor
-- libs/ledger-state
-- libs/constrained-generators

source-repository-package
type: git
location: [email protected]:IntersectMBO/ouroboros-network.git
tag: eb6ac9aa088aa3763e1163824a405fbb21303eb4
--sha256: sha256-KZAxb6Lf9++JtoOTkapvCMpQOwz97zkOO30Bu8Asuak=
subdir: cardano-ping
monoidal-synchronisation
network-mux
ouroboros-network
ouroboros-network-api
ouroboros-network-framework
ouroboros-network-mock
ouroboros-network-protocols
ouroboros-network-testing
ntp-client
cardano-client

-- We want to always build the test-suites and benchmarks
tests: true
benchmarks: true
Expand Down

0 comments on commit 3df346c

Please sign in to comment.