Skip to content

Commit 142c69f

Browse files
authored
Release 1.39.0.0 (#6757)
1 parent 871fa13 commit 142c69f

File tree

16 files changed

+156
-158
lines changed

16 files changed

+156
-158
lines changed

cardano-constitution/cardano-constitution.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ library
8282
, base >=4.9 && <5
8383
, containers
8484
, filepath
85-
, plutus-core ^>=1.38
86-
, plutus-ledger-api ^>=1.38
87-
, plutus-tx ^>=1.38
88-
, plutus-tx-plugin ^>=1.38
85+
, plutus-core ^>=1.39
86+
, plutus-ledger-api ^>=1.39
87+
, plutus-tx ^>=1.39
88+
, plutus-tx-plugin ^>=1.39
8989
, regex-tdfa
9090
, safe
9191
, template-haskell
@@ -124,10 +124,10 @@ test-suite cardano-constitution-test
124124
, containers
125125
, directory
126126
, filepath
127-
, plutus-core ^>=1.38
127+
, plutus-core ^>=1.39
128128
, plutus-core:plutus-core-testlib
129-
, plutus-ledger-api ^>=1.38
130-
, plutus-tx ^>=1.38
129+
, plutus-ledger-api ^>=1.39
130+
, plutus-tx ^>=1.39
131131
, QuickCheck
132132
, serialise
133133
, tasty
@@ -152,4 +152,4 @@ executable create-json-envelope
152152
, base
153153
, cardano-api
154154
, cardano-constitution
155-
, plutus-ledger-api ^>=1.38
155+
, plutus-ledger-api ^>=1.39

doc/docusaurus/docusaurus-examples.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ library docusaurus-code
3939

4040
build-depends:
4141
, base >=4.9 && <5
42-
, plutus-core ^>=1.38
43-
, plutus-ledger-api ^>=1.38
44-
, plutus-tx ^>=1.38
42+
, plutus-core ^>=1.39
43+
, plutus-ledger-api ^>=1.39
44+
, plutus-tx ^>=1.39
4545

4646
if !(impl(ghcjs) || os(ghcjs))
4747
build-depends: plutus-tx-plugin
@@ -55,5 +55,5 @@ executable example-cip57
5555
build-depends:
5656
, base ^>=4.18
5757
, containers
58-
, plutus-ledger-api ^>=1.38
59-
, plutus-tx ^>=1.38
58+
, plutus-ledger-api ^>=1.39
59+
, plutus-tx ^>=1.39

plutus-benchmark/plutus-benchmark.cabal

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ library plutus-benchmark-common
9494
, directory
9595
, filepath
9696
, flat ^>=0.6
97-
, plutus-core ^>=1.38
98-
, plutus-ledger-api ^>=1.38
97+
, plutus-core ^>=1.39
98+
, plutus-ledger-api ^>=1.39
9999
, plutus-tx-test-util
100100
, tasty
101101
, tasty-golden
@@ -122,9 +122,9 @@ library nofib-internal
122122
, base >=4.9 && <5
123123
, deepseq
124124
, plutus-benchmark-common
125-
, plutus-core ^>=1.38
126-
, plutus-tx ^>=1.38
127-
, plutus-tx-plugin ^>=1.38
125+
, plutus-core ^>=1.39
126+
, plutus-tx ^>=1.39
127+
, plutus-tx-plugin ^>=1.39
128128

129129
executable nofib-exe
130130
import: lang, ghc-version-support, os-support
@@ -138,8 +138,8 @@ executable nofib-exe
138138
, nofib-internal
139139
, optparse-applicative
140140
, plutus-benchmark-common
141-
, plutus-core ^>=1.38
142-
, plutus-tx ^>=1.38
141+
, plutus-core ^>=1.39
142+
, plutus-tx ^>=1.39
143143
, prettyprinter
144144
, transformers
145145

@@ -177,9 +177,9 @@ test-suite plutus-benchmark-nofib-tests
177177
, base >=4.9 && <5
178178
, nofib-internal
179179
, plutus-benchmark-common
180-
, plutus-core ^>=1.38
180+
, plutus-core ^>=1.39
181181
, plutus-core:plutus-core-testlib
182-
, plutus-tx ^>=1.38
182+
, plutus-tx ^>=1.39
183183
, plutus-tx:plutus-tx-testlib
184184
, tasty
185185
, tasty-hunit
@@ -206,9 +206,9 @@ library lists-internal
206206
, base >=4.9 && <5
207207
, mtl
208208
, plutus-benchmark-common
209-
, plutus-core ^>=1.38
210-
, plutus-tx ^>=1.38
211-
, plutus-tx-plugin ^>=1.38
209+
, plutus-core ^>=1.39
210+
, plutus-tx ^>=1.39
211+
, plutus-tx-plugin ^>=1.39
212212

213213
executable list-sort-exe
214214
import: lang, ghc-version-support, os-support
@@ -219,7 +219,7 @@ executable list-sort-exe
219219
, lists-internal
220220
, monoidal-containers
221221
, plutus-benchmark-common
222-
, plutus-core ^>=1.38
222+
, plutus-core ^>=1.39
223223

224224
benchmark lists
225225
import: lang, ghc-version-support, os-support
@@ -231,7 +231,7 @@ benchmark lists
231231
, criterion >=1.5.9.0
232232
, lists-internal
233233
, plutus-benchmark-common
234-
, plutus-ledger-api ^>=1.38
234+
, plutus-ledger-api ^>=1.39
235235

236236
test-suite plutus-benchmark-lists-tests
237237
import: lang, ghc-version-support, os-support
@@ -248,8 +248,8 @@ test-suite plutus-benchmark-lists-tests
248248
, base >=4.9 && <5
249249
, lists-internal
250250
, plutus-benchmark-common
251-
, plutus-core:plutus-core-testlib ^>=1.38
252-
, plutus-tx:plutus-tx-testlib ^>=1.38
251+
, plutus-core:plutus-core-testlib ^>=1.39
252+
, plutus-tx:plutus-tx-testlib ^>=1.39
253253
, tasty
254254
, tasty-quickcheck
255255

@@ -270,8 +270,8 @@ benchmark validation
270270
, flat ^>=0.6
271271
, optparse-applicative
272272
, plutus-benchmark-common
273-
, plutus-core ^>=1.38
274-
, plutus-ledger-api ^>=1.38
273+
, plutus-core ^>=1.39
274+
, plutus-ledger-api ^>=1.39
275275

276276
---------------- validation-decode ----------------
277277

@@ -291,8 +291,8 @@ benchmark validation-decode
291291
, flat ^>=0.6
292292
, optparse-applicative
293293
, plutus-benchmark-common
294-
, plutus-core ^>=1.38
295-
, plutus-ledger-api ^>=1.38
294+
, plutus-core ^>=1.39
295+
, plutus-ledger-api ^>=1.39
296296

297297
---------------- validation-full ----------------
298298

@@ -312,8 +312,8 @@ benchmark validation-full
312312
, flat ^>=0.6
313313
, optparse-applicative
314314
, plutus-benchmark-common
315-
, plutus-core ^>=1.38
316-
, plutus-ledger-api ^>=1.38
315+
, plutus-core ^>=1.39
316+
, plutus-ledger-api ^>=1.39
317317

318318
---------------- Cek cost model calibration ----------------
319319

@@ -329,10 +329,10 @@ benchmark cek-calibration
329329
, lens
330330
, mtl
331331
, plutus-benchmark-common
332-
, plutus-core ^>=1.38
333-
, plutus-ledger-api ^>=1.38
334-
, plutus-tx ^>=1.38
335-
, plutus-tx-plugin ^>=1.38
332+
, plutus-core ^>=1.39
333+
, plutus-ledger-api ^>=1.39
334+
, plutus-tx ^>=1.39
335+
, plutus-tx-plugin ^>=1.39
336336

337337
---------------- Signature verification throughput ----------------
338338

@@ -348,9 +348,9 @@ executable ed25519-costs
348348
, cardano-crypto-class
349349
, hedgehog
350350
, plutus-benchmark-common
351-
, plutus-core ^>=1.38
352-
, plutus-tx ^>=1.38
353-
, plutus-tx-plugin ^>=1.38
351+
, plutus-core ^>=1.39
352+
, plutus-tx ^>=1.39
353+
, plutus-tx-plugin ^>=1.39
354354

355355
-- Calculate the predicted costs of sequences of ed25519 signature verification
356356
-- operations and compare them with a golden file.
@@ -367,10 +367,10 @@ test-suite ed25519-costs-test
367367
, cardano-crypto-class
368368
, hedgehog
369369
, plutus-benchmark-common
370-
, plutus-core ^>=1.38
370+
, plutus-core ^>=1.39
371371
, plutus-core:plutus-core-testlib
372-
, plutus-tx ^>=1.38
373-
, plutus-tx-plugin ^>=1.38
372+
, plutus-tx ^>=1.39
373+
, plutus-tx-plugin ^>=1.39
374374

375375
---------------- BLS12-381 experiments ----------------
376376

@@ -388,10 +388,10 @@ library bls12-381lib-internal
388388
, bytestring
389389
, hedgehog
390390
, plutus-benchmark-common
391-
, plutus-core ^>=1.38
392-
, plutus-ledger-api ^>=1.38
393-
, plutus-tx ^>=1.38
394-
, plutus-tx-plugin ^>=1.38
391+
, plutus-core ^>=1.39
392+
, plutus-ledger-api ^>=1.39
393+
, plutus-tx ^>=1.39
394+
, plutus-tx-plugin ^>=1.39
395395

396396
-- Print out predicted costs of various scripts involving BLS12-381 operations
397397
executable bls12-381-costs
@@ -415,7 +415,7 @@ test-suite bls12-381-costs-test
415415
, base >=4.9 && <5
416416
, bls12-381lib-internal
417417
, plutus-benchmark-common
418-
, plutus-core:plutus-core-testlib ^>=1.38
418+
, plutus-core:plutus-core-testlib ^>=1.39
419419

420420
-- Run benchmarks for various scripts involving BLS12-381 operations
421421
benchmark bls12-381-benchmarks
@@ -429,8 +429,8 @@ benchmark bls12-381-benchmarks
429429
, bytestring
430430
, criterion >=1.5.9.0
431431
, plutus-benchmark-common
432-
, plutus-ledger-api ^>=1.38
433-
, plutus-tx ^>=1.38
432+
, plutus-ledger-api ^>=1.39
433+
, plutus-tx ^>=1.39
434434

435435
---------------- script contexts ----------------
436436

@@ -447,9 +447,9 @@ library script-contexts-internal
447447

448448
build-depends:
449449
, base >=4.9 && <5
450-
, plutus-ledger-api ^>=1.38
451-
, plutus-tx ^>=1.38
452-
, plutus-tx-plugin ^>=1.38
450+
, plutus-ledger-api ^>=1.39
451+
, plutus-tx ^>=1.39
452+
, plutus-tx-plugin ^>=1.39
453453

454454
test-suite plutus-benchmark-script-contexts-tests
455455
import: lang, ghc-version-support, os-support
@@ -465,9 +465,9 @@ test-suite plutus-benchmark-script-contexts-tests
465465
build-depends:
466466
, base >=4.9 && <5
467467
, plutus-benchmark-common
468-
, plutus-core ^>=1.38
468+
, plutus-core ^>=1.39
469469
, plutus-core:plutus-core-testlib
470-
, plutus-tx:plutus-tx-testlib ^>=1.38
470+
, plutus-tx:plutus-tx-testlib ^>=1.39
471471
, script-contexts-internal
472472
, tasty
473473
, tasty-hunit
@@ -496,11 +496,11 @@ library marlowe-internal
496496
, mtl
497497
, newtype-generics
498498
, plutus-benchmark-common
499-
, plutus-core ^>=1.38
499+
, plutus-core ^>=1.39
500500
, plutus-core:plutus-core-execlib
501-
, plutus-ledger-api ^>=1.38
502-
, plutus-tx ^>=1.38
503-
, plutus-tx-plugin ^>=1.38
501+
, plutus-ledger-api ^>=1.39
502+
, plutus-tx ^>=1.39
503+
, plutus-tx-plugin ^>=1.39
504504
, serialise
505505

506506
executable marlowe-validators
@@ -520,8 +520,8 @@ executable marlowe-validators
520520
, cardano-binary
521521
, marlowe-internal
522522
, plutus-benchmark-common
523-
, plutus-ledger-api ^>=1.38
524-
, plutus-tx ^>=1.38
523+
, plutus-ledger-api ^>=1.39
524+
, plutus-tx ^>=1.39
525525
, serialise
526526

527527
benchmark marlowe
@@ -535,8 +535,8 @@ benchmark marlowe
535535
, criterion
536536
, marlowe-internal
537537
, plutus-benchmark-common
538-
, plutus-ledger-api ^>=1.38
539-
, plutus-tx ^>=1.38
538+
, plutus-ledger-api ^>=1.39
539+
, plutus-tx ^>=1.39
540540

541541
test-suite plutus-benchmark-marlowe-tests
542542
import: lang, ghc-version-support, os-support
@@ -548,10 +548,10 @@ test-suite plutus-benchmark-marlowe-tests
548548
build-depends:
549549
, base >=4.9 && <5
550550
, marlowe-internal
551-
, plutus-core ^>=1.38
551+
, plutus-core ^>=1.39
552552
, plutus-core:plutus-core-testlib
553-
, plutus-ledger-api ^>=1.38
554-
, plutus-tx ^>=1.38
553+
, plutus-ledger-api ^>=1.39
554+
, plutus-tx ^>=1.39
555555
, plutus-tx:plutus-tx-testlib
556556
, tasty
557557

@@ -566,7 +566,7 @@ library agda-internal
566566
build-depends:
567567
, base >=4.9 && <5
568568
, criterion
569-
, plutus-core ^>=1.38
569+
, plutus-core ^>=1.39
570570
, plutus-metatheory
571571

572572
benchmark validation-agda-cek
@@ -586,7 +586,7 @@ benchmark validation-agda-cek
586586
, flat ^>=0.6
587587
, optparse-applicative
588588
, plutus-benchmark-common
589-
, plutus-core ^>=1.38
589+
, plutus-core ^>=1.39
590590

591591
benchmark nofib-agda-cek
592592
import: lang, ghc-version-support, os-support
@@ -613,8 +613,8 @@ benchmark marlowe-agda-cek
613613
, criterion
614614
, marlowe-internal
615615
, plutus-benchmark-common
616-
, plutus-ledger-api ^>=1.38
617-
, plutus-tx ^>=1.38
616+
, plutus-ledger-api ^>=1.39
617+
, plutus-tx ^>=1.39
618618

619619
-------------------- bitwise-----------------------
620620

@@ -630,8 +630,8 @@ library bitwise-internal
630630

631631
build-depends:
632632
, base
633-
, plutus-tx ^>=1.38
634-
, plutus-tx-plugin ^>=1.38
633+
, plutus-tx ^>=1.39
634+
, plutus-tx-plugin ^>=1.39
635635

636636
test-suite bitwise-test
637637
import: lang, ghc-version-support, os-support
@@ -643,8 +643,8 @@ test-suite bitwise-test
643643
, bitwise-internal
644644
, cryptohash-sha512
645645
, ed25519
646-
, plutus-core:plutus-core-testlib ^>=1.38
647-
, plutus-tx ^>=1.38
646+
, plutus-core:plutus-core-testlib ^>=1.39
647+
, plutus-tx ^>=1.39
648648
, plutus-tx:plutus-tx-testlib
649649
, tasty
650650
, tasty-hunit
@@ -659,4 +659,4 @@ benchmark bitwise-bench
659659
, bitwise-internal
660660
, criterion
661661
, plutus-benchmark-common
662-
, plutus-tx ^>=1.38
662+
, plutus-tx ^>=1.39

0 commit comments

Comments
 (0)