diff --git a/cabal.project b/cabal.project index 1864d105fa..12e8a7aec2 100644 --- a/cabal.project +++ b/cabal.project @@ -13,7 +13,7 @@ repository cardano-haskell-packages -- See CONTRIBUTING for information about these, including some Nix commands -- you need to run if you change them index-state: - , hackage.haskell.org 2024-10-11T15:49:11Z + , hackage.haskell.org 2024-10-22T14:26:27Z , cardano-haskell-packages 2024-11-12T08:40:13Z packages: @@ -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: 24a15fde006b89d857851c1563bae0dff76774cf + --sha256: sha256-5HUB6J8fiQGT6ewtZzNjiw9e23NJfaLp2e+hZpqlRrA= + subdir: + cardano-api + +source-repository-package + type: git + location: https://github.com/IntersectMBO/ouroboros-consensus + tag: 97a74c5a80a30330f15bb3e4c52aed168de075e0 + --sha256: sha256-v0uBkIAtnLe2Bs4DMRcOW/xCRdW8NY3914ix51+OO7Q= + 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 c920646133..2fd0b7aab9 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -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,