Skip to content

Commit

Permalink
Updated to new version of cardano-api
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Nov 5, 2024
1 parent 808d843 commit 20e817e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 10 deletions.
25 changes: 23 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ 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
, cardano-haskell-packages 2024-10-21T23:08:22Z
, hackage.haskell.org 2024-10-22T14:26:27Z
, cardano-haskell-packages 2024-10-23T20:55:17Z

packages:
cardano-cli
Expand Down Expand Up @@ -57,3 +57,24 @@ 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.

-- coot/typed-protocols-new-api
source-repository-package
type: git
location: https://github.com/IntersectMBO/ouroboros-consensus
tag: a94de8f4230c2012c850930d22185f011e0037a0
--sha256: sha256-kE17iKwCBNcRdEnCXjCSDHtvJtYji9wfx3zSEbe2/aQ=
subdir: ouroboros-consensus
ouroboros-consensus-cardano
ouroboros-consensus-diffusion
ouroboros-consensus-protocol


-- coot/typed-protocols-new-api
source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-api
tag: e34931bd3f03b660d98756f7c152e5d6a91c2b17
--sha256: sha256-1D60Cn6cUU5ph+iNj4F9sbznS7d3se1dOvmXW6SYOFU=
subdir: cardano-api

4 changes: 2 additions & 2 deletions cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ library
cardano-crypto-wrapper ^>=1.5.1,
cardano-data >=1.1,
cardano-git-rev ^>=0.2.2,
cardano-ping ^>=0.5,
cardano-ping ^>=0.6,
cardano-prelude,
cardano-slotting ^>=0.2.0.0,
cardano-strict-containers ^>=0.1,
Expand All @@ -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 ^>=0.11,
ouroboros-network-protocols,
parsec,
prettyprinter,
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 20e817e

Please sign in to comment.