Skip to content

Commit 48d5fa8

Browse files
committed
Update cardano-rpc-11.0, cardano-api-11.3, cardano-cli-11.1
1 parent 0535d6e commit 48d5fa8

8 files changed

Lines changed: 14 additions & 32 deletions

File tree

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 ^>=11.2
85+
, cardano-api ^>=11.3
8686
, plutus-ledger-api ^>=1.63
8787
, plutus-tx ^>=1.63
8888
, plutus-tx-plugin ^>=1.63

bench/tx-generator/tx-generator.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ library
109109
, attoparsec-aeson
110110
, base16-bytestring
111111
, bytestring
112-
, cardano-api ^>= 11.2
112+
, cardano-api ^>= 11.3
113113
, cardano-binary
114-
, cardano-cli ^>= 11.0
114+
, cardano-cli ^>= 11.1
115115
, cardano-crypto-class
116116
, cardano-crypto-wrapper
117117
, cardano-data

cabal.project

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository cardano-haskell-packages
1414
-- you need to run if you change them
1515
index-state:
1616
, hackage.haskell.org 2026-04-17T09:20:55Z
17-
, cardano-haskell-packages 2026-05-20T06:15:42Z
17+
, cardano-haskell-packages 2026-05-27T09:43:46Z
1818

1919
active-repositories:
2020
, :rest
@@ -90,21 +90,3 @@ allow-newer:
9090
-- IMPORTANT
9191
-- Do NOT add more source-repository-package stanzas here unless they are strictly
9292
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.
93-
94-
source-repository-package
95-
type: git
96-
location: https://github.com/input-output-hk/cardano-api
97-
tag: fb5e86c8f12f8fe94c0ab46fbaf40b9ceec0306c
98-
--sha256: sha256-T8+2VRXAsT8lKbcNWTpiiOFKaS/LCuqTEsxk2IgiJmo=
99-
subdir:
100-
cardano-api
101-
cardano-rpc
102-
103-
source-repository-package
104-
type: git
105-
location: https://github.com/input-output-hk/cardano-cli
106-
tag: db5a030114ea7de8db9b8c7b322b242a75678008
107-
--sha256: sha256-KdhOKqd2GX09x0kSDpo8Nlb1I1Voj1YfI2mQ0w2NFPo=
108-
subdir:
109-
cardano-cli
110-

cardano-node-chairman/cardano-node-chairman.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ test-suite chairman-tests
8686
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -T"
8787

8888
build-tool-depends: cardano-node:cardano-node
89-
, cardano-cli:cardano-cli ^>= 11.0
89+
, cardano-cli:cardano-cli ^>= 11.1
9090
, cardano-node-chairman:cardano-node-chairman

cardano-node/cardano-node.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ library
138138
, async
139139
, base16-bytestring
140140
, bytestring
141-
, cardano-api ^>= 11.2
141+
, cardano-api ^>= 11.3
142142
, cardano-data
143143
, cardano-crypto-class ^>=2.3
144144
, cardano-crypto-wrapper
@@ -156,7 +156,7 @@ library
156156
, cardano-prelude
157157
, cardano-protocol-tpraos >= 1.4
158158
, cardano-slotting >= 0.2
159-
, cardano-rpc ^>= 10.2
159+
, cardano-rpc ^>= 11.0
160160
, cborg ^>= 0.2.4
161161
, containers
162162
, contra-tracer

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ library
3939
, aeson
4040
, async
4141
, bytestring
42-
, cardano-api ^>= 11.2
42+
, cardano-api ^>= 11.3
4343
, cardano-binary
44-
, cardano-cli ^>= 11.0
44+
, cardano-cli ^>= 11.1
4545
, cardano-crypto-class ^>=2.3
4646
, containers
4747
, ekg-core

cardano-testnet/cardano-testnet.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ library
4141
, annotated-exception
4242
, ansi-terminal
4343
, bytestring
44-
, cardano-api ^>= 11.2
45-
, cardano-cli:{cardano-cli, cardano-cli-test-lib} ^>= 11.0
44+
, cardano-api ^>= 11.3
45+
, cardano-cli:{cardano-cli, cardano-cli-test-lib} ^>= 11.1
4646
, cardano-crypto-class ^>=2.3
4747
, cardano-crypto-wrapper
4848
, cardano-git-rev ^>= 0.2.2

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)