Skip to content

Commit 6b3e0e0

Browse files
author
Jordan Millar
committed
WIP: 10.6 dependency bump
1 parent de5660f commit 6b3e0e0

File tree

4 files changed

+70
-15
lines changed

4 files changed

+70
-15
lines changed

bench/plutus-scripts-bench/plutus-scripts-bench.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ library
8383
--------------------------
8484
build-depends:
8585
, cardano-api ^>=10.17
86-
, plutus-ledger-api ^>=1.45
86+
, plutus-ledger-api ^>=1.50
8787
, plutus-tx ^>=1.45
8888
, plutus-tx-plugin ^>=1.45
8989

cabal.project

Lines changed: 62 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repository cardano-haskell-packages
1313
-- See CONTRIBUTING for information about these, including some Nix commands
1414
-- you need to run if you change them
1515
index-state:
16-
, hackage.haskell.org 2025-07-14T17:31:29Z
17-
, cardano-haskell-packages 2025-07-01T09:22:51Z
16+
, hackage.haskell.org 2025-07-22T09:13:54Z
17+
, cardano-haskell-packages 2025-07-28T14:33:19Z
1818

1919
packages:
2020
cardano-node
@@ -61,6 +61,14 @@ package plutus-scripts-bench
6161
allow-newer:
6262
, katip:Win32
6363

64+
allow-newer:
65+
, cardano-ledger-byron
66+
-- https://github.com/phadej/vec/issues/121
67+
, ral:QuickCheck
68+
, fin:QuickCheck
69+
, bin:QuickCheck
70+
71+
6472
if impl (ghc >= 9.12)
6573
allow-newer:
6674
-- https://github.com/kapralVV/Unique/issues/11
@@ -76,15 +84,62 @@ if impl (ghc >= 9.12)
7684
source-repository-package
7785
type: git
7886
location: https://github.com/intersectmbo/cardano-cli.git
79-
tag: 31d46d77278cb3ea5b1606ee2fc20ae7c3b5c59a
87+
tag: a894d0063f403222677c33152b3396bba87450bc
8088
--sha256: sha256-Lqg+eGfdYphLbgS3LZ0Qf62mTLkibl6L8i7GOia0hoo=
8189
subdir: cardano-cli
8290

8391

8492
source-repository-package
8593
type: git
86-
location: https://github.com/intersectmbo/cardano-api.git
87-
tag: 159822505a74a6479fff037ef5bdc881437aae53
88-
--sha256: sha256-V9PZ4X7N1Kg0pSxS/qVByEwxA5VASZFNRT+n8JDBlgc=
89-
subdir: cardano-api
94+
location: https://github.com/IntersectMBO/cardano-api
95+
tag: 0eeff17265628f2ad055c9e63e0f9698759c2e0b
96+
--sha256: sha256-XmuQTZdD/ZdCNlRuD+V5cNslEM05xwTACmMunzuCCJY=
97+
subdir:
98+
cardano-api
99+
100+
101+
102+
source-repository-package
103+
type: git
104+
location: https://github.com/IntersectMBO/ouroboros-consensus
105+
tag: 15fc8c4fee64473350e1904347bfd5852f9cdbfa
106+
--sha256: sha256-Tvw0dLGZkBAflpvcEwl7Acnrux9H5UaniW5YwMvIeIs=
107+
subdir:
108+
ouroboros-consensus
109+
ouroboros-consensus-cardano
110+
ouroboros-consensus-diffusion
111+
ouroboros-consensus-protocol
112+
sop-extras
113+
strict-sop-core
114+
115+
source-repository-package
116+
type: git
117+
location: https://github.com/IntersectMBO/cardano-ledger
118+
tag: 20485948f78ab139d246695e540f9ec00963a16e
119+
--sha256: sha256-SHnyp+GvNeR82UXoKeDEgsp1AUE2yF5dGL4HIZm0zK8=
120+
subdir:
121+
eras/allegra/impl
122+
eras/alonzo/impl
123+
eras/alonzo/test-suite
124+
eras/babbage/impl
125+
eras/babbage/test-suite
126+
eras/byron/chain/executable-spec
127+
eras/byron/crypto
128+
eras/byron/ledger/executable-spec
129+
eras/byron/ledger/impl
130+
eras/conway/impl
131+
eras/dijkstra
132+
eras/mary/impl
133+
eras/shelley/impl
134+
eras/shelley-ma/test-suite
135+
eras/shelley/test-suite
136+
libs/cardano-data
137+
libs/cardano-ledger-api
138+
libs/cardano-ledger-binary
139+
libs/cardano-ledger-core
140+
libs/cardano-protocol-tpraos
141+
libs/non-integral
142+
libs/set-algebra
143+
libs/small-steps
144+
libs/vector-map
90145

cardano-node/cardano-node.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ library
191191
, ouroboros-consensus-cardano ^>= 0.25
192192
, ouroboros-consensus-diffusion ^>= 0.23
193193
, ouroboros-consensus-protocol
194-
, ouroboros-network-api ^>= 0.14
195-
, ouroboros-network ^>= 0.21.2
196-
, ouroboros-network-framework ^>= 0.18.0.1
197-
, ouroboros-network-protocols ^>= 0.14
194+
, ouroboros-network-api ^>= 0.16
195+
, ouroboros-network ^>= 0.22
196+
, ouroboros-network-framework
197+
, ouroboros-network-protocols ^>= 0.15
198198
, prettyprinter
199199
, prettyprinter-ansi-terminal
200200
, psqueues
@@ -218,8 +218,8 @@ library
218218
, tracer-transformers
219219
, transformers
220220
, transformers-except
221-
, typed-protocols >= 0.3
222-
, typed-protocols-stateful >= 0.3
221+
, typed-protocols >= 1.0
222+
, typed-protocols-stateful
223223
, yaml
224224

225225
executable cardano-node

trace-forward/trace-forward.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ library
7777
, stm
7878
, text
7979
, trace-dispatcher
80-
, typed-protocols ^>= 0.3
80+
, typed-protocols ^>= 1.0
8181
, typed-protocols-cborg
8282

8383
test-suite test

0 commit comments

Comments
 (0)