Skip to content

Commit 438d3df

Browse files
committed
WIP
1 parent 2100eb3 commit 438d3df

File tree

6 files changed

+30
-21
lines changed

6 files changed

+30
-21
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ library
8282
-- IOG dependencies
8383
--------------------------
8484
build-depends:
85-
, cardano-api ^>=10.18
85+
, cardano-api ^>=10.19
8686
, plutus-ledger-api ^>=1.53
8787
, plutus-tx ^>=1.53
8888
, plutus-tx-plugin ^>=1.53

bench/tx-generator/tx-generator.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ library
111111
, attoparsec-aeson
112112
, base16-bytestring
113113
, bytestring
114-
, cardano-api ^>= 10.18
114+
, cardano-api ^>= 10.19
115115
, cardano-binary
116116
, cardano-cli ^>= 10.12
117117
, cardano-crypto-class

cabal.project

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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-09-26T20:57:57Z
16+
, hackage.haskell.org 2025-10-23T13:39:53Z
1717
, cardano-haskell-packages 2025-10-21T11:16:53Z
1818

1919
packages:
@@ -76,37 +76,28 @@ if impl (ghc >= 9.12)
7676
source-repository-package
7777
type: git
7878
location: https://github.com/intersectmbo/cardano-cli.git
79-
tag: 001597b206c3ae9269ff9f3b0e9ce8022b6adef2
80-
--sha256: sha256-HZferamexH4l7WpgfI+HYx5Hatv6UfLBis14c0PiGo0=
79+
tag: 031b7e80c2596b07797b553f96a6a772f1d83d7d
80+
--sha256: sha256-XsfV4/Bz1/AahhlBgW1wMKR6njGN4BmHIPSutL7jH4U=
8181
subdir: cardano-cli
8282

8383
source-repository-package
8484
type: git
8585
location: https://github.com/IntersectMBO/cardano-api
86-
tag: a6be460ffe1a2d440edeabc4925c06162b9edb84
87-
--sha256: sha256-Lc+ke3B50c+YuLS14Mb/Z3LfcfT1oUoe1AiGyrywzEw=
86+
tag: 87a6c5cdd0d26c5b1781d363cedd69e815b21030
87+
--sha256: sha256-+Jvz7LEnAqecjYrlSMMKqQhBCXEFkZH6UdBuU6apdfY=
8888
subdir:
8989
cardano-api
9090

91-
source-repository-package
92-
type: git
93-
location: https://github.com/IntersectMBO/io-classes-extra
94-
tag: 57a8fb32e059bc812dde55a2ab93d9864a55afcb
95-
--sha256: sha256-rmGCLDvAfhEsr+Omeol9I2iNxt6loYI2YCymv2EZdS4=
96-
subdir:
97-
resource-registry
98-
9991
source-repository-package
10092
type: git
10193
location: https://github.com/IntersectMBO/ouroboros-consensus
102-
tag: 7532ede709a3a534decd4b38e963ae7c94f9e41d
103-
--sha256: sha256-fwuKV9YjDI0lYRC9/hhlSN+hMw2bZGIPb66hbsKPeR8=
94+
tag: e268d97fdc134525a60a5e87162f8ef7ebe47519
95+
--sha256: sha256-bFJEb9Tu9y5Fa2sguQNdJeSOT6MPwIhl2owhRBCRjgo=
10496
subdir:
10597
ouroboros-consensus
10698
ouroboros-consensus-cardano
10799
ouroboros-consensus-diffusion
108100

109-
110101
source-repository-package
111102
type: git
112103
location: https://github.com/IntersectMBO/plutus
@@ -151,3 +142,21 @@ source-repository-package
151142
eras/byron/ledger/executable-spec
152143
eras/byron/ledger/impl
153144
eras/byron/crypto
145+
146+
allow-newer:
147+
-- https://github.com/phadej/vec/issues/121
148+
, ral:QuickCheck
149+
, fin:QuickCheck
150+
, bin:QuickCheck
151+
152+
, cardano-api:QuickCheck
153+
154+
-- Backported version of https://github.com/IntersectMBO/ouroboros-network/pull/5161
155+
source-repository-package
156+
type: git
157+
location: https://github.com/IntersectMBO/ouroboros-network
158+
tag: b07a86ed853b63881b5a83e57508902f1562ac01
159+
--sha256: sha256-n/XX0+cQegq2a1cAfmGx30T64eix4oEXzpVEFCKqmg0=
160+
subdir:
161+
ouroboros-network-api
162+
ouroboros-network

cardano-node/cardano-node.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ library
141141
, async
142142
, base16-bytestring
143143
, bytestring
144-
, cardano-api ^>= 10.18
144+
, cardano-api ^>= 10.19
145145
, cardano-crypto-class
146146
, cardano-crypto-wrapper
147147
, cardano-git-rev ^>=0.2.2

cardano-submit-api/cardano-submit-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939
, aeson
4040
, async
4141
, bytestring
42-
, cardano-api ^>= 10.18
42+
, cardano-api ^>= 10.19
4343
, cardano-binary
4444
, cardano-cli ^>= 10.12
4545
, cardano-crypto-class ^>= 2.2

cardano-testnet/cardano-testnet.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ library
4040
, aeson-pretty
4141
, ansi-terminal
4242
, bytestring
43-
, cardano-api ^>= 10.18
43+
, cardano-api ^>= 10.19
4444
, cardano-cli:{cardano-cli, cardano-cli-test-lib} ^>= 10.12
4545
, cardano-crypto-class
4646
, cardano-crypto-wrapper

0 commit comments

Comments
 (0)