Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 824fdfe

Browse files
change cardano-api bounds
1 parent 1657ccf commit 824fdfe

File tree

15 files changed

+33
-33
lines changed

15 files changed

+33
-33
lines changed

cardano-node-emulator/cardano-node-emulator.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ library
5252
-- Other IOG dependencies
5353
--------------------------
5454
build-depends:
55-
, cardano-api:{cardano-api, gen} >=1.35
55+
, cardano-api:{cardano-api, gen} ^>=8.2
5656
, cardano-crypto
5757
, cardano-ledger-alonzo
5858
, cardano-ledger-babbage

cardano-node-socket-emulator/cardano-node-socket-emulator.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ library
4848
-- Other IOG dependencies
4949
--------------------------
5050
build-depends:
51-
, cardano-api >=1.35
51+
, cardano-api ^>=8.2
5252
, cardano-ledger-alonzo
5353
, cardano-ledger-byron
5454
, cardano-ledger-core

cardano-streaming/cardano-streaming.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ library
3838
-- Other IOG dependencies
3939
--------------------------
4040
build-depends:
41-
, cardano-api >=1.35
41+
, cardano-api ^>=8.2
4242
, ouroboros-network
4343

4444
------------------------
@@ -76,7 +76,7 @@ executable cardano-streaming-example-1
7676
--------------------------
7777
-- Other IOG dependencies
7878
--------------------------
79-
build-depends: cardano-api >=1.35
79+
build-depends: cardano-api ^>=8.2
8080

8181
------------------------
8282
-- Non-IOG dependencies
@@ -107,7 +107,7 @@ executable cardano-streaming-example-2
107107
--------------------------
108108
-- Other IOG dependencies
109109
--------------------------
110-
build-depends: cardano-api >=1.35
110+
build-depends: cardano-api ^>=8.2
111111

112112
------------------------
113113
-- Non-IOG dependencies

doc/plutus-doc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ executable doc-doctests
9191
-- Other IOG dependencies
9292
--------------------------
9393
build-depends:
94-
, cardano-api >=1.35
94+
, cardano-api ^>=8.2
9595
, plutus-core >=1.0.0
9696
, plutus-ledger-api >=1.0.0
9797
, plutus-tx >=1.0.0

plutus-chain-index-core/plutus-chain-index-core.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ library
8383
-- Other IOG dependencies
8484
--------------------------
8585
build-depends:
86-
, cardano-api >=1.35
86+
, cardano-api ^>=8.2
8787
, iohk-monitoring
8888
, ouroboros-network
8989
, ouroboros-network-framework
@@ -161,7 +161,7 @@ test-suite plutus-chain-index-test
161161
-- Other IOG dependencies
162162
--------------------------
163163
build-depends:
164-
, cardano-api:{cardano-api, gen} >=1.35
164+
, cardano-api:{cardano-api, gen} ^>=8.2
165165
, plutus-ledger-api >=1.0.0
166166
, plutus-tx >=1.0.0
167167

plutus-chain-index/plutus-chain-index.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ library
6666
-- Other IOG dependencies
6767
--------------------------
6868
build-depends:
69-
, cardano-api >=1.35
69+
, cardano-api ^>=8.2
7070
, iohk-monitoring
7171
, ouroboros-network
7272
, plutus-ledger-api >=1.0.0

plutus-contract-model/plutus-contract-model.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ library
7474
-- Other IOG dependencies
7575
--------------------------
7676
build-depends:
77-
, cardano-api >=1.35
77+
, cardano-api ^>=8.2
7878
, plutus-ledger-api >=1.0.0
7979
, plutus-tx >=1.0.0
8080
, quickcheck-contractmodel >=0.1.4.0

plutus-contract/plutus-contract.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ library
128128
-- Other IOG dependencies
129129
--------------------------
130130
build-depends:
131-
, cardano-api >=1.35
131+
, cardano-api ^>=8.2
132132
, cardano-crypto
133133
, cardano-crypto-class
134134
, cardano-ledger-alonzo
@@ -265,7 +265,7 @@ test-suite plutus-contract-test
265265
-- Other IOG dependencies
266266
--------------------------
267267
build-depends:
268-
, cardano-api:{cardano-api, gen} >=1.35
268+
, cardano-api:{cardano-api, gen} ^>=8.2
269269
, plutus-core >=1.0.0
270270
, plutus-ledger-api >=1.0.0
271271
, plutus-tx >=1.0.0

plutus-example/plutus-example.cabal

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ library
7878
-- Other IOG dependencies
7979
--------------------------
8080
build-depends:
81-
, cardano-api >=1.35
82-
, cardano-cli >=1.35
81+
, cardano-api ^>=8.2
82+
, cardano-cli ^>=8.2
8383
, cardano-ledger-alonzo
8484
, cardano-ledger-babbage
8585
, cardano-ledger-core
@@ -118,7 +118,7 @@ executable plutus-example
118118
--------------------------
119119
-- Other IOG dependencies
120120
--------------------------
121-
build-depends: cardano-api >=1.35
121+
build-depends: cardano-api ^>=8.2
122122

123123
------------------------
124124
-- Non-IOG dependencies
@@ -137,7 +137,7 @@ executable create-script-context
137137
-- Local components
138138
--------------------
139139
build-depends:
140-
, cardano-api >=1.35
140+
, cardano-api ^>=8.2
141141
, plutus-example
142142

143143
--------------------------
@@ -168,8 +168,8 @@ test-suite plutus-example-test
168168
-- Other IOG dependencies
169169
--------------------------
170170
build-depends:
171-
, cardano-api:{cardano-api, gen} >=1.35
172-
, cardano-cli >=1.35
171+
, cardano-api:{cardano-api, gen} ^>=8.2
172+
, cardano-cli ^>=8.2
173173
, cardano-ledger-alonzo
174174
, cardano-ledger-core
175175
, cardano-ledger-shelley
@@ -207,7 +207,7 @@ test-suite plutus-example-test
207207

208208
ghc-options: -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-T
209209
build-tool-depends:
210-
, cardano-cli:cardano-cli >=1.35
211-
, cardano-node:cardano-node >=1.35
212-
, cardano-submit-api:cardano-submit-api >=1.35
210+
, cardano-cli:cardano-cli ^>=8.2
211+
, cardano-node:cardano-node ^>=8.2
212+
, cardano-submit-api:cardano-submit-api ^>=8.2
213213
, plutus-example:create-script-context

plutus-ledger/plutus-ledger.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ library
114114
-- Other IOG dependencies
115115
--------------------------
116116
build-depends:
117-
, cardano-api >=1.35
117+
, cardano-api ^>=8.2
118118
, cardano-binary
119119
, cardano-crypto
120120
, cardano-crypto-class
@@ -194,7 +194,7 @@ test-suite plutus-ledger-test
194194
-- Other IOG dependencies
195195
--------------------------
196196
build-depends:
197-
, cardano-api:{cardano-api, gen} >=1.35
197+
, cardano-api:{cardano-api, gen} ^>=8.2
198198
, cardano-crypto-class >=2.0.0
199199
, plutus-ledger-api >=1.0.0
200200
, plutus-tx >=1.0.0

0 commit comments

Comments
 (0)