Skip to content

Commit 200ad0f

Browse files
authored
Release 1.34.0.0 (#6452)
Co-authored-by: Nikolaos Bezirgiannis <bezirg@users.noreply.github.com>
1 parent 87b61b1 commit 200ad0f

21 files changed

+185
-169
lines changed

cabal.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ allow-newer:
9999
--
100100
-- package cardano-constitution
101101
-- flags: +force-build
102-
-- allow-newer: cardano-constitution:plutus-ledger-api
103-
-- allow-newer: cardano-constitution:prettyprinter-configurable
102+
-- allow-newer: *:plutus-ledger-api
103+
-- allow-newer: *:prettyprinter-configurable
104104
-- allow-older: *:nothunks
105105

106106
-- -------------------------------------------------------------------------------------------------

cardano-constitution/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ This executable is disabled by default; to enable it, uncomment the related line
212212
--
213213
-- package cardano-constitution
214214
-- flags: +force-build
215-
-- allow-newer: cardano-constitution:plutus-ledger-api
216-
-- allow-newer: cardano-constitution:prettyprinter-configurable
215+
-- allow-newer: *:plutus-ledger-api
216+
-- allow-newer: *:prettyprinter-configurable
217217
-- allow-older: *:nothunks
218218
```
219219

cardano-constitution/cardano-constitution.cabal

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: cardano-constitution
3-
version: 1.32.0.0
3+
version: 1.34.0.0
44
license: Apache-2.0
55
license-files:
66
LICENSE
@@ -82,10 +82,10 @@ library
8282
, base >=4.9 && <5
8383
, containers
8484
, filepath
85-
, plutus-core ^>=1.33
86-
, plutus-ledger-api ^>=1.33
87-
, plutus-tx ^>=1.33
88-
, plutus-tx-plugin ^>=1.33
85+
, plutus-core ^>=1.34
86+
, plutus-ledger-api ^>=1.34
87+
, plutus-tx ^>=1.34
88+
, plutus-tx-plugin ^>=1.34
8989
, regex-tdfa
9090
, safe
9191
, template-haskell
@@ -120,13 +120,13 @@ test-suite cardano-constitution-test
120120
, aeson
121121
, base >=4.9 && <5
122122
, bytestring
123-
, cardano-constitution ^>=1.32
123+
, cardano-constitution
124124
, containers
125125
, directory
126126
, filepath
127-
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
128-
, plutus-ledger-api ^>=1.33
129-
, plutus-tx ^>=1.33
127+
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
128+
, plutus-ledger-api ^>=1.34
129+
, plutus-tx ^>=1.34
130130
, QuickCheck
131131
, serialise
132132
, tasty
@@ -137,17 +137,18 @@ test-suite cardano-constitution-test
137137
, tasty-quickcheck
138138

139139
executable create-json-envelope
140+
import: lang, ghc-version-support, os-support
141+
140142
-- This is a temporary workaround to solve the plutus-ledger-api dependency conflict
141143
-- caused by the `cardano-api` dependency.
142-
-- To force-buil it, uncomment the relevant lines in `cabal.project`
144+
-- To force-build it, uncomment the relevant lines in `cabal.project`
143145
if !flag(force-build)
144146
buildable: False
145147

146-
import: lang, ghc-version-support, os-support
147148
hs-source-dirs: app/create-json-envelope
148149
main-is: Main.hs
149150
build-depends:
150151
, base
151152
, cardano-api
152153
, cardano-constitution
153-
, plutus-ledger-api ^>=1.33
154+
, plutus-ledger-api ^>=1.34

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.33
43-
, plutus-ledger-api ^>=1.33
44-
, plutus-tx ^>=1.33
42+
, plutus-core ^>=1.34
43+
, plutus-ledger-api ^>=1.34
44+
, plutus-tx ^>=1.34
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.33
59-
, plutus-tx ^>=1.33
58+
, plutus-ledger-api ^>=1.34
59+
, plutus-tx ^>=1.34

0 commit comments

Comments
 (0)