From bb99dd89ca068abd758b507de27205082b7fdac9 Mon Sep 17 00:00:00 2001 From: Carlos LopezDeLara <64222734+CarlosLopezDeLara@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:03:55 -0600 Subject: [PATCH] Upgrade to cardano-api 10.7 --- cabal.project | 10 +--------- cardano-cli/cardano-cli.cabal | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/cabal.project b/cabal.project index 8ea76f51e6..bf4af785bc 100644 --- a/cabal.project +++ b/cabal.project @@ -14,7 +14,7 @@ repository cardano-haskell-packages -- you need to run if you change them index-state: , hackage.haskell.org 2024-12-24T12:56:48Z - , cardano-haskell-packages 2025-01-15T09:59:24Z + , cardano-haskell-packages 2025-01-28T11:15:21Z packages: cardano-cli @@ -59,11 +59,3 @@ 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: 6f8d4cad30416f8e74090e7ad3cb3a249c0eb68a - --sha256: sha256-Qx/mALvadNt8wwD+z4r4kPRgdSAJi+WAnTK2M57qop0= - subdir: - cardano-api \ No newline at end of file diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index a37a92093f..b02cfebf8e 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -212,7 +212,7 @@ library binary, bytestring, canonical-json, - cardano-api ^>=10.6, + cardano-api ^>=10.7, cardano-binary, cardano-crypto, cardano-crypto-class ^>=2.1.2,