Skip to content

Commit

Permalink
cabal.project: Reinstate cardano-node SRP
Browse files Browse the repository at this point in the history
This SRP seems to be needed for some Docker related reason.
  • Loading branch information
erikd committed Oct 3, 2024
1 parent 9f9865b commit 7fe7ec5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,15 @@ constraints:
-- when using the "cabal" wrapper script provided by nix-shell.
-- --------------------------- 8< --------------------------
-- Please do not put any `source-repository-package` clause above this line.

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-node
tag: efd560070aaf042d1eb4680ae37fc607c7742319
--sha256: sha256-VIwEjpaGk09+dAcKELjLSR2OP3qBCWTGHpd0SBjgbVc=
subdir:
cardano-node
cardano-submit-api
trace-dispatcher
trace-forward
trace-resources
2 changes: 1 addition & 1 deletion cardano-chain-gen/cardano-chain-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ library
, ouroboros-network-framework
, ouroboros-network-protocols
, plutus-core
, plutus-ledger-api:{plutus-ledger-api-testlib} ==1.30.0.0
, plutus-ledger-api:{plutus-ledger-api-testlib}
, serialise
, strict-sop-core
, strict-stm
Expand Down
2 changes: 1 addition & 1 deletion cardano-db-sync/cardano-db-sync.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ library
, ouroboros-network-protocols
, persistent
, persistent-postgresql
, plutus-ledger-api ==1.30.0.0
, plutus-ledger-api
, pretty-show
, prometheus
, psqueues
Expand Down

0 comments on commit 7fe7ec5

Please sign in to comment.