@@ -94,8 +94,8 @@ library plutus-benchmark-common
94
94
, directory
95
95
, filepath
96
96
, flat ^>= 0.6
97
- , plutus-core ^>= 1.32
98
- , plutus-ledger-api ^>= 1.32
97
+ , plutus-core ^>= 1.33
98
+ , plutus-ledger-api ^>= 1.33
99
99
, plutus-tx-test-util
100
100
, tasty
101
101
, tasty-golden
@@ -122,9 +122,9 @@ library nofib-internal
122
122
, base >= 4.9 && < 5
123
123
, deepseq
124
124
, plutus-benchmark-common
125
- , plutus-core ^>= 1.32
126
- , plutus-tx ^>= 1.32
127
- , plutus-tx-plugin ^>= 1.32
125
+ , plutus-core ^>= 1.33
126
+ , plutus-tx ^>= 1.33
127
+ , plutus-tx-plugin ^>= 1.33
128
128
129
129
executable nofib-exe
130
130
import : lang, ghc-version-support, os-support
@@ -138,8 +138,8 @@ executable nofib-exe
138
138
, nofib-internal
139
139
, optparse-applicative
140
140
, plutus-benchmark-common
141
- , plutus-core ^>= 1.32
142
- , plutus-tx ^>= 1.32
141
+ , plutus-core ^>= 1.33
142
+ , plutus-tx ^>= 1.33
143
143
, prettyprinter
144
144
, transformers
145
145
@@ -177,8 +177,8 @@ test-suite plutus-benchmark-nofib-tests
177
177
, base >= 4.9 && < 5
178
178
, nofib-internal
179
179
, plutus-benchmark-common
180
- , plutus-core :{plutus-core, plutus-core-testlib} ^>= 1.32
181
- , plutus-tx :{plutus-tx, plutus-tx-testlib} ^>= 1.32
180
+ , plutus-core :{plutus-core, plutus-core-testlib} ^>= 1.33
181
+ , plutus-tx :{plutus-tx, plutus-tx-testlib} ^>= 1.33
182
182
, tasty
183
183
, tasty-hunit
184
184
, tasty-quickcheck
@@ -204,9 +204,9 @@ library lists-internal
204
204
, base >= 4.9 && < 5
205
205
, mtl
206
206
, plutus-benchmark-common
207
- , plutus-core ^>= 1.32
208
- , plutus-tx ^>= 1.32
209
- , plutus-tx-plugin ^>= 1.32
207
+ , plutus-core ^>= 1.33
208
+ , plutus-tx ^>= 1.33
209
+ , plutus-tx-plugin ^>= 1.33
210
210
211
211
executable list-sort-exe
212
212
import : lang, ghc-version-support, os-support
@@ -217,7 +217,7 @@ executable list-sort-exe
217
217
, lists-internal
218
218
, monoidal-containers
219
219
, plutus-benchmark-common
220
- , plutus-core ^>= 1.32
220
+ , plutus-core ^>= 1.33
221
221
222
222
benchmark lists
223
223
import : lang, ghc-version-support, os-support
@@ -229,7 +229,7 @@ benchmark lists
229
229
, criterion >= 1.5.9.0
230
230
, lists-internal
231
231
, plutus-benchmark-common
232
- , plutus-ledger-api ^>= 1.32
232
+ , plutus-ledger-api ^>= 1.33
233
233
234
234
test-suite plutus-benchmark-lists-tests
235
235
import : lang, ghc-version-support, os-support
@@ -246,8 +246,8 @@ test-suite plutus-benchmark-lists-tests
246
246
, base >= 4.9 && < 5
247
247
, lists-internal
248
248
, plutus-benchmark-common
249
- , plutus-core :plutus-core-testlib ^>= 1.32
250
- , plutus-tx :plutus-tx-testlib ^>= 1.32
249
+ , plutus-core :plutus-core-testlib ^>= 1.33
250
+ , plutus-tx :plutus-tx-testlib ^>= 1.33
251
251
, tasty
252
252
, tasty-quickcheck
253
253
@@ -268,8 +268,8 @@ benchmark validation
268
268
, flat ^>= 0.6
269
269
, optparse-applicative
270
270
, plutus-benchmark-common
271
- , plutus-core ^>= 1.32
272
- , plutus-ledger-api ^>= 1.32
271
+ , plutus-core ^>= 1.33
272
+ , plutus-ledger-api ^>= 1.33
273
273
274
274
---------------- validation-decode ----------------
275
275
@@ -289,8 +289,8 @@ benchmark validation-decode
289
289
, flat ^>= 0.6
290
290
, optparse-applicative
291
291
, plutus-benchmark-common
292
- , plutus-core ^>= 1.32
293
- , plutus-ledger-api ^>= 1.32
292
+ , plutus-core ^>= 1.33
293
+ , plutus-ledger-api ^>= 1.33
294
294
295
295
---------------- validation-full ----------------
296
296
@@ -310,8 +310,8 @@ benchmark validation-full
310
310
, flat ^>= 0.6
311
311
, optparse-applicative
312
312
, plutus-benchmark-common
313
- , plutus-core ^>= 1.32
314
- , plutus-ledger-api ^>= 1.32
313
+ , plutus-core ^>= 1.33
314
+ , plutus-ledger-api ^>= 1.33
315
315
316
316
---------------- Cek cost model calibration ----------------
317
317
@@ -327,10 +327,10 @@ benchmark cek-calibration
327
327
, lens
328
328
, mtl
329
329
, plutus-benchmark-common
330
- , plutus-core ^>= 1.32
331
- , plutus-ledger-api ^>= 1.32
332
- , plutus-tx ^>= 1.32
333
- , plutus-tx-plugin ^>= 1.32
330
+ , plutus-core ^>= 1.33
331
+ , plutus-ledger-api ^>= 1.33
332
+ , plutus-tx ^>= 1.33
333
+ , plutus-tx-plugin ^>= 1.33
334
334
335
335
---------------- Signature verification throughput ----------------
336
336
@@ -346,9 +346,9 @@ executable ed25519-costs
346
346
, cardano-crypto-class
347
347
, hedgehog
348
348
, plutus-benchmark-common
349
- , plutus-core ^>= 1.32
350
- , plutus-tx ^>= 1.32
351
- , plutus-tx-plugin ^>= 1.32
349
+ , plutus-core ^>= 1.33
350
+ , plutus-tx ^>= 1.33
351
+ , plutus-tx-plugin ^>= 1.33
352
352
353
353
-- Calculate the predicted costs of sequences of ed25519 signature verification
354
354
-- operations and compare them with a golden file.
@@ -365,9 +365,9 @@ test-suite ed25519-costs-test
365
365
, cardano-crypto-class
366
366
, hedgehog
367
367
, plutus-benchmark-common
368
- , plutus-core :{plutus-core, plutus-core-testlib} ^>= 1.32
369
- , plutus-tx ^>= 1.32
370
- , plutus-tx-plugin ^>= 1.32
368
+ , plutus-core :{plutus-core, plutus-core-testlib} ^>= 1.33
369
+ , plutus-tx ^>= 1.33
370
+ , plutus-tx-plugin ^>= 1.33
371
371
372
372
---------------- BLS12-381 experiments ----------------
373
373
@@ -385,10 +385,10 @@ library bls12-381lib-internal
385
385
, bytestring
386
386
, hedgehog
387
387
, plutus-benchmark-common
388
- , plutus-core ^>= 1.32
389
- , plutus-ledger-api ^>= 1.32
390
- , plutus-tx ^>= 1.32
391
- , plutus-tx-plugin ^>= 1.32
388
+ , plutus-core ^>= 1.33
389
+ , plutus-ledger-api ^>= 1.33
390
+ , plutus-tx ^>= 1.33
391
+ , plutus-tx-plugin ^>= 1.33
392
392
393
393
-- Print out predicted costs of various scripts involving BLS12-381 operations
394
394
executable bls12-381-costs
@@ -412,7 +412,7 @@ test-suite bls12-381-costs-test
412
412
, base >= 4.9 && < 5
413
413
, bls12-381lib-internal
414
414
, plutus-benchmark-common
415
- , plutus-core :plutus-core-testlib ^>= 1.32
415
+ , plutus-core :plutus-core-testlib ^>= 1.33
416
416
417
417
-- Run benchmarks for various scripts involving BLS12-381 operations
418
418
benchmark bls12-381-benchmarks
@@ -426,8 +426,8 @@ benchmark bls12-381-benchmarks
426
426
, bytestring
427
427
, criterion >= 1.5.9.0
428
428
, plutus-benchmark-common
429
- , plutus-ledger-api ^>= 1.32
430
- , plutus-tx ^>= 1.32
429
+ , plutus-ledger-api ^>= 1.33
430
+ , plutus-tx ^>= 1.33
431
431
432
432
---------------- script contexts ----------------
433
433
@@ -440,9 +440,9 @@ library script-contexts-internal
440
440
441
441
build-depends :
442
442
, base >= 4.9 && < 5
443
- , plutus-ledger-api ^>= 1.32
444
- , plutus-tx ^>= 1.32
445
- , plutus-tx-plugin ^>= 1.32
443
+ , plutus-ledger-api ^>= 1.33
444
+ , plutus-tx ^>= 1.33
445
+ , plutus-tx-plugin ^>= 1.33
446
446
447
447
test-suite plutus-benchmark-script-contexts-tests
448
448
import : lang, ghc-version-support, os-support
@@ -454,8 +454,8 @@ test-suite plutus-benchmark-script-contexts-tests
454
454
build-depends :
455
455
, base >= 4.9 && < 5
456
456
, plutus-benchmark-common
457
- , plutus-core :{plutus-core, plutus-core-testlib} ^>= 1.32
458
- , plutus-tx :plutus-tx-testlib ^>= 1.32
457
+ , plutus-core :{plutus-core, plutus-core-testlib} ^>= 1.33
458
+ , plutus-tx :plutus-tx-testlib ^>= 1.33
459
459
, script-contexts-internal
460
460
, tasty
461
461
, tasty-hunit
@@ -484,10 +484,10 @@ library marlowe-internal
484
484
, mtl
485
485
, newtype-generics
486
486
, plutus-benchmark-common
487
- , plutus-core :{plutus-core, plutus-core-execlib} ^>= 1.32
488
- , plutus-ledger-api ^>= 1.32
489
- , plutus-tx ^>= 1.32
490
- , plutus-tx-plugin ^>= 1.32
487
+ , plutus-core :{plutus-core, plutus-core-execlib} ^>= 1.33
488
+ , plutus-ledger-api ^>= 1.33
489
+ , plutus-tx ^>= 1.33
490
+ , plutus-tx-plugin ^>= 1.33
491
491
, serialise
492
492
493
493
executable marlowe-validators
@@ -507,8 +507,8 @@ executable marlowe-validators
507
507
, cardano-binary
508
508
, marlowe-internal
509
509
, plutus-benchmark-common
510
- , plutus-ledger-api ^>= 1.32
511
- , plutus-tx ^>= 1.32
510
+ , plutus-ledger-api ^>= 1.33
511
+ , plutus-tx ^>= 1.33
512
512
, serialise
513
513
514
514
benchmark marlowe
@@ -522,8 +522,8 @@ benchmark marlowe
522
522
, criterion
523
523
, marlowe-internal
524
524
, plutus-benchmark-common
525
- , plutus-ledger-api ^>= 1.32
526
- , plutus-tx ^>= 1.32
525
+ , plutus-ledger-api ^>= 1.33
526
+ , plutus-tx ^>= 1.33
527
527
528
528
test-suite plutus-benchmark-marlowe-tests
529
529
import : lang, ghc-version-support, os-support
@@ -535,9 +535,9 @@ test-suite plutus-benchmark-marlowe-tests
535
535
build-depends :
536
536
, base >= 4.9 && < 5
537
537
, marlowe-internal
538
- , plutus-core :{plutus-core, plutus-core-testlib} ^>= 1.32
539
- , plutus-ledger-api ^>= 1.32
540
- , plutus-tx :{plutus-tx, plutus-tx-testlib} ^>= 1.32
538
+ , plutus-core :{plutus-core, plutus-core-testlib} ^>= 1.33
539
+ , plutus-ledger-api ^>= 1.33
540
+ , plutus-tx :{plutus-tx, plutus-tx-testlib} ^>= 1.33
541
541
, tasty
542
542
543
543
---------------- agda evaluators ----------------
@@ -551,7 +551,7 @@ library agda-internal
551
551
build-depends :
552
552
, base >= 4.9 && < 5
553
553
, criterion
554
- , plutus-core ^>= 1.32
554
+ , plutus-core ^>= 1.33
555
555
, plutus-metatheory
556
556
557
557
benchmark validation-agda-cek
@@ -571,7 +571,7 @@ benchmark validation-agda-cek
571
571
, flat ^>= 0.6
572
572
, optparse-applicative
573
573
, plutus-benchmark-common
574
- , plutus-core ^>= 1.32
574
+ , plutus-core ^>= 1.33
575
575
576
576
benchmark nofib-agda-cek
577
577
import : lang, ghc-version-support, os-support
@@ -598,8 +598,8 @@ benchmark marlowe-agda-cek
598
598
, criterion
599
599
, marlowe-internal
600
600
, plutus-benchmark-common
601
- , plutus-ledger-api ^>= 1.32
602
- , plutus-tx ^>= 1.32
601
+ , plutus-ledger-api ^>= 1.33
602
+ , plutus-tx ^>= 1.33
603
603
604
604
-------------------- bitwise-----------------------
605
605
@@ -615,21 +615,21 @@ library bitwise-internal
615
615
616
616
build-depends :
617
617
, base
618
- , plutus-tx ^>= 1.32
619
- , plutus-tx-plugin
618
+ , plutus-tx ^>= 1.33
619
+ , plutus-tx-plugin ^ >= 1.33
620
620
621
621
test-suite bitwise-test
622
622
import : lang, ghc-version-support, os-support
623
623
type : exitcode-stdio-1.0
624
624
main-is : Main.hs
625
625
hs-source-dirs : bitwise/test
626
626
build-depends :
627
- , base >= 4.9 && < 5
627
+ , base >= 4.9 && < 5
628
628
, bitwise-internal
629
629
, cryptohash-sha512
630
630
, ed25519
631
- , plutus-core :plutus-core-testlib
632
- , plutus-tx :{plutus-tx, plutus-tx-testlib}
631
+ , plutus-core :plutus-core-testlib ^ >= 1.33
632
+ , plutus-tx :{plutus-tx, plutus-tx-testlib} ^ >= 1.33
633
633
, tasty
634
634
, tasty-hunit
635
635
@@ -643,4 +643,4 @@ benchmark bitwise-bench
643
643
, bitwise-internal
644
644
, criterion
645
645
, plutus-benchmark-common
646
- , plutus-tx ^>= 1.32
646
+ , plutus-tx ^>= 1.33
0 commit comments