Skip to content

Commit

Permalink
srp
Browse files Browse the repository at this point in the history
  • Loading branch information
crocodile-dentist committed Nov 13, 2024
1 parent 5c35ce1 commit e440808
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -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: 9f9774117b9e3663edb1419ffc4ab626f8eb145d
--sha256: sha256-kwH0KoF52gad3ScNZwZ+YtpdGNPNBomdWZJhc9dmOIg=
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
6 changes: 3 additions & 3 deletions cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
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,
ouroboros-network-protocols,
parsec,
prettyprinter,
Expand Down

0 comments on commit e440808

Please sign in to comment.