From 30a261bea7cfc8fd97f85566f7d27e589a4f12fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hurlin?= Date: Thu, 6 Jun 2024 15:42:55 +0200 Subject: [PATCH] Add SRPs to cardano-cli and cardano-api !! DO NOT MERGE !! --- cabal.project | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/cabal.project b/cabal.project index 12488b34ae1..7ba8fe871a5 100644 --- a/cabal.project +++ b/cabal.project @@ -64,3 +64,15 @@ allow-newer: katip:Win32 -- 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-cli + subdir: cardano-cli + tag: 66ad2c559a481fe990d5711e557745eb6e68a086 + +source-repository-package + type: git + location: https://github.com/IntersectMBO/cardano-api + subdir: cardano-api + tag: a1f392b2db416075afd25f244908141b2b7b2cf4 \ No newline at end of file