Skip to content

Commit

Permalink
srp
Browse files Browse the repository at this point in the history
  • Loading branch information
crocodile-dentist committed Nov 14, 2024
1 parent 4dbf000 commit 79c1684
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,22 @@ write-ghc-environment-files: always
-- IMPORTANT
-- Do NOT add more source-repository-package stanzas here unless they are strictly
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-api
tag: fa95054ee15911c7bd407162b0fdd7584a3b339d
--sha256: sha256-u7KtbZkkp7u3vjesNnvle+9ZVuonkYfu79Q29k6KdfU=
subdir:
cardano-api

source-repository-package
type: git
location: https://github.com/IntersectMBO/ouroboros-consensus
tag: a23e03e34e380957f96d131041de02bf177b7879
--sha256: sha256-7mtJiifZVRLnsr9k7veaQzrBifxGY2XgZV6JREoYCDU=
subdir:
ouroboros-consensus
ouroboros-consensus-diffusion
ouroboros-consensus-cardano
ouroboros-consensus-protocol
4 changes: 2 additions & 2 deletions cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ library
cardano-crypto-wrapper ^>=1.5.1,
cardano-data >=1.1,
cardano-git-rev ^>=0.2.2,
cardano-ping ^>=0.5,
cardano-ping,
cardano-prelude,
cardano-slotting ^>=0.2.0.0,
cardano-strict-containers ^>=0.1,
Expand All @@ -236,7 +236,7 @@ library
ouroboros-consensus ^>=0.21,
ouroboros-consensus-cardano ^>=0.20,
ouroboros-consensus-protocol ^>=0.9.0.2,
ouroboros-network-api ^>=0.10,
ouroboros-network-api,
ouroboros-network-protocols,
parsec,
prettyprinter,
Expand Down

0 comments on commit 79c1684

Please sign in to comment.