Skip to content

Commit b22e356

Browse files
committed
TEMP add s-r-p on consensus packages, relax versions
1 parent fce8e47 commit b22e356

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

cabal.project

+10
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,13 @@ if impl (ghc >= 9.12)
9090
-- https://github.com/haskell-servant/servant/pull/1810
9191
, servant:base
9292
, servant-server:base
93+
94+
95+
source-repository-package
96+
type: git
97+
location: https://github.com/IntersectMBO/ouroboros-consensus.git
98+
tag: 4b03648caf462368d7ca24a3db75c90cfe5f9253
99+
subdir:
100+
ouroboros-consensus
101+
ouroboros-consensus-diffusion
102+
--sha256: sha256-vG1SOcIzZyrDeHTCrfW526MrSUrfT3OUwmke9Hyz614=

cardano-node/cardano-node.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ library
190190
, network-mux >= 0.5
191191
, nothunks
192192
, optparse-applicative-fork >= 0.18.1
193-
, ouroboros-consensus ^>= 0.26.0.1
193+
, ouroboros-consensus ^>= 0.26
194194
, ouroboros-consensus-cardano ^>= 0.25
195195
, ouroboros-consensus-diffusion ^>= 0.22
196196
, ouroboros-consensus-protocol

0 commit comments

Comments
 (0)