From a3f03fe9dd07bc6ed02cf32d31cf30a149d6e2ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20W=C3=B3jtowicz?= Date: Wed, 13 Nov 2024 11:54:55 +0100 Subject: [PATCH] srp --- cabal.project | 19 +++++++++++++++++++ cardano-cli/cardano-cli.cabal | 6 +++--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/cabal.project b/cabal.project index 9eb1804dc..ec6f3cd0a 100644 --- a/cabal.project +++ b/cabal.project @@ -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: 64bdc19787155fba75a5dcf9072173881ded61f9 + --sha256: sha256-HCTkYETqWZyiRHAyu6ynHpLAmIGZBoNHSrfQDj8gTjI= + subdir: + cardano-api + +source-repository-package + type: git + location: https://github.com/IntersectMBO/ouroboros-consensus + tag: 28fdf3828f87fa9c50d78093fabfda33a78dba73 + --sha256: sha256-AVFBAl6hUpWphigBw93wp0vjuoKJ9Emx20QNJsxqBEw= + subdir: + ouroboros-consensus + ouroboros-consensus-diffusion + ouroboros-consensus-cardano + ouroboros-consensus-protocol diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 012438b1c..d86685a50 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -202,14 +202,14 @@ library binary, bytestring, canonical-json, - cardano-api ^>=10.1, + cardano-api, cardano-binary, cardano-crypto, cardano-crypto-class ^>=2.1.2, 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, @@ -235,7 +235,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,