Skip to content

Commit 7c634df

Browse files
authored
Merge pull request #2087 from IntersectMBO/coot/chap
coot/chap
2 parents d8ed81f + 5ef75ce commit 7c634df

4 files changed

Lines changed: 26 additions & 23 deletions

File tree

cabal.project

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ repository cardano-haskell-packages
1111

1212
index-state:
1313
, hackage.haskell.org 2025-09-29T13:55:56Z
14-
, cardano-haskell-packages 2026-02-09T17:36:58Z
14+
, cardano-haskell-packages 2026-03-30T15:30:34Z
15+
active-repositories:
16+
, :rest
17+
, cardano-haskell-packages:override
1518

1619
packages:
1720
cardano-db

cardano-chain-gen/cardano-chain-gen.cabal

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,16 @@ library
8585
, microlens
8686
, network
8787
, nothunks
88-
, ouroboros-consensus
89-
, ouroboros-consensus-cardano
90-
, ouroboros-consensus-diffusion
91-
, ouroboros-consensus-protocol
92-
, ouroboros-network
93-
, ouroboros-network-api
94-
, ouroboros-network-framework
95-
, ouroboros-network-protocols
96-
, plutus-core
97-
, plutus-ledger-api:{plutus-ledger-api-testlib}
88+
, ouroboros-consensus ^>= 0.30.0.1
89+
, ouroboros-consensus-cardano ^>= 0.26.0.3
90+
, ouroboros-consensus-diffusion ^>= 0.26.0.0
91+
, ouroboros-consensus-protocol ^>= 0.13.0.0
92+
, ouroboros-network ^>= 0.22.6.0
93+
, ouroboros-network-api ^>= 0.16.0.0
94+
, ouroboros-network-framework ^>= 0.19.3.0
95+
, ouroboros-network-protocols ^>= 0.15.2.0
96+
, plutus-core ^>= 1.57.0.0
97+
, plutus-ledger-api:{plutus-ledger-api-testlib} ^>= 1.57.0.0
9898
, serialise
9999
, strict-sop-core
100100
, io-classes:strict-stm

cardano-db-sync/cardano-db-sync.cabal

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -198,16 +198,16 @@ library
198198
, memory
199199
, microlens
200200
, network-mux
201-
, ouroboros-consensus
202-
, ouroboros-consensus-cardano
203-
, ouroboros-consensus-diffusion
204-
, ouroboros-consensus-protocol
205-
, ouroboros-network
206-
, ouroboros-network-api
201+
, ouroboros-consensus ^>= 0.30.0.1
202+
, ouroboros-consensus-cardano ^>= 0.26.0.3
203+
, ouroboros-consensus-diffusion ^>= 0.26.0.0
204+
, ouroboros-consensus-protocol ^>= 0.13.0.0
205+
, ouroboros-network ^>= 0.22.6.0
206+
, ouroboros-network-api ^>= 0.16.0.0
207207
-- Note this has moved to ouroboros-network:framework on HEAD
208-
, ouroboros-network-framework
209-
, ouroboros-network-protocols
210-
, plutus-ledger-api
208+
, ouroboros-network-framework ^>= 0.19.3.0
209+
, ouroboros-network-protocols ^>= 0.15.2.0
210+
, plutus-ledger-api ^>= 1.57.0.0
211211
, prometheus
212212
, psqueues
213213
, random-shuffle

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)