Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Do not merge] Temporary s-r-p to revert ouroboros-network to 0.15 fo… #5865

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bench/locli/locli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ library
, optparse-generic
, ouroboros-consensus
-- for Data.SOP.Strict:
, ouroboros-network ^>= 0.16
, ouroboros-network ^>= 0.15
, ouroboros-network-api
, process
, quiet
Expand Down
11 changes: 11 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,14 @@ package plutus-scripts-bench
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.

-- `smtp-mail` should depend on `crypton-connection` rather than `connection`!

source-repository-package
type: git
location: https://github.com/IntersectMBO/ouroboros-consensus
tag: df23ef6e7e269011318c82d001a6b894cd719571
--sha256: 1iiv36cj282zw5nzwpf6n96h1hbzcv8v0cg17dv1zyrchsmclwdj
subdir:
ouroboros-consensus
ouroboros-consensus-cardano
ouroboros-consensus-diffusion
ouroboros-consensus-protocol
2 changes: 1 addition & 1 deletion cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ library
, ouroboros-consensus-diffusion ^>= 0.16
, ouroboros-consensus-protocol
, ouroboros-network-api ^>= 0.7.1
, ouroboros-network ^>= 0.16
, ouroboros-network ^>= 0.15
, ouroboros-network-framework
, ouroboros-network-protocols ^>= 0.8
, prettyprinter
Expand Down
2 changes: 1 addition & 1 deletion cardano-submit-api/cardano-submit-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ library
, network
, optparse-applicative-fork
, ouroboros-consensus-cardano
, ouroboros-network ^>= 0.16
, ouroboros-network ^>= 0.15
, ouroboros-network-protocols
, prometheus >= 2.2.4
, servant
Expand Down
2 changes: 1 addition & 1 deletion cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ library
, network
, network-mux
, optparse-applicative-fork
, ouroboros-network ^>= 0.16
, ouroboros-network ^>= 0.15
, ouroboros-network-api
, prettyprinter
, process
Expand Down
2 changes: 1 addition & 1 deletion cardano-tracer/cardano-tracer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ library
, filepath
, mime-mail
, optparse-applicative
, ouroboros-network ^>= 0.16
, ouroboros-network ^>= 0.15
, ouroboros-network-api
, ouroboros-network-framework
, signal
Expand Down
2 changes: 1 addition & 1 deletion trace-dispatcher/trace-dispatcher.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ library
, hostname
, network
, optparse-applicative-fork
, ouroboros-network ^>= 0.16
, ouroboros-network ^>= 0.15
, ouroboros-network-api
, ouroboros-network-framework
, serialise
Expand Down
Loading