Skip to content

Commit

Permalink
Add SRPs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 authored and disassembler committed Apr 4, 2024
1 parent 8f2b7af commit c9213ae
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 50 deletions.
21 changes: 20 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- you need to run if you change them
index-state:
, hackage.haskell.org 2024-03-24T23:16:24Z
, cardano-haskell-packages 2024-03-31T05:00:00Z
, cardano-haskell-packages 2024-04-04T03:00:00Z

packages:
cardano-cli
Expand Down Expand Up @@ -43,3 +43,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/ouroboros-consensus
tag: 2a4f737782a432c997d46d8e84d66ad8da20324a
--sha256: sha256-Xn6zD8Utt0Wn8cJ0EUSHeIA3EtPZJvjzpKYUZfMcWxU=
subdir:
ouroboros-consensus
ouroboros-consensus-cardano
ouroboros-consensus-diffusion
ouroboros-consensus-protocol

source-repository-package
type: git
location: https://github.com/intersectmbo/cardano-api
tag: f41c70adc8966b39118296755e219629b3ebb6a5
--sha256: sha256-PkxBJn49JmA07FJRPnDlKuRI0QW4OdieXctHJseCll8=
subdir:
cardano-api
6 changes: 3 additions & 3 deletions cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ library
, cardano-crypto-wrapper ^>= 1.5.1
, cardano-data >= 1.1
, cardano-git-rev ^>= 0.2.2
, cardano-ledger-byron >= 1.0.0.2
, cardano-ledger-byron >= 1.0.1.0
, cardano-ping ^>= 0.2.0.13
, cardano-prelude
, cardano-slotting ^>= 0.2.0.0
Expand All @@ -228,7 +228,7 @@ library
, ouroboros-consensus-cardano >= 0.15
, ouroboros-consensus-protocol >= 0.8
, ouroboros-network-api
, ouroboros-network-protocols
, ouroboros-network-protocols ^>=0.8
, parsec
, prettyprinter
, prettyprinter-ansi-terminal
Expand Down Expand Up @@ -344,7 +344,7 @@ test-suite cardano-cli-golden
, cardano-crypto-wrapper
, cardano-data >= 1.1
, cardano-ledger-byron
, cardano-ledger-shelley >=1.7.0.0
, cardano-ledger-shelley >=1.10.0.0
, cardano-strict-containers ^>= 0.1
, cborg
, containers
Expand Down
92 changes: 46 additions & 46 deletions flake.lock

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

0 comments on commit c9213ae

Please sign in to comment.