Skip to content

Commit

Permalink
Release 1.34.0.0 (#6452)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikolaos Bezirgiannis <[email protected]>
  • Loading branch information
bezirg and bezirg authored Sep 9, 2024
1 parent 87b61b1 commit 200ad0f
Show file tree
Hide file tree
Showing 21 changed files with 185 additions and 169 deletions.
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ allow-newer:
--
-- package cardano-constitution
-- flags: +force-build
-- allow-newer: cardano-constitution:plutus-ledger-api
-- allow-newer: cardano-constitution:prettyprinter-configurable
-- allow-newer: *:plutus-ledger-api
-- allow-newer: *:prettyprinter-configurable
-- allow-older: *:nothunks

-- -------------------------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions cardano-constitution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ This executable is disabled by default; to enable it, uncomment the related line
--
-- package cardano-constitution
-- flags: +force-build
-- allow-newer: cardano-constitution:plutus-ledger-api
-- allow-newer: cardano-constitution:prettyprinter-configurable
-- allow-newer: *:plutus-ledger-api
-- allow-newer: *:prettyprinter-configurable
-- allow-older: *:nothunks
```

Expand Down
25 changes: 13 additions & 12 deletions cardano-constitution/cardano-constitution.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-constitution
version: 1.32.0.0
version: 1.34.0.0
license: Apache-2.0
license-files:
LICENSE
Expand Down Expand Up @@ -82,10 +82,10 @@ library
, base >=4.9 && <5
, containers
, filepath
, plutus-core ^>=1.33
, plutus-ledger-api ^>=1.33
, plutus-tx ^>=1.33
, plutus-tx-plugin ^>=1.33
, plutus-core ^>=1.34
, plutus-ledger-api ^>=1.34
, plutus-tx ^>=1.34
, plutus-tx-plugin ^>=1.34
, regex-tdfa
, safe
, template-haskell
Expand Down Expand Up @@ -120,13 +120,13 @@ test-suite cardano-constitution-test
, aeson
, base >=4.9 && <5
, bytestring
, cardano-constitution ^>=1.32
, cardano-constitution
, containers
, directory
, filepath
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.33
, plutus-ledger-api ^>=1.33
, plutus-tx ^>=1.33
, plutus-core:{plutus-core, plutus-core-testlib} ^>=1.34
, plutus-ledger-api ^>=1.34
, plutus-tx ^>=1.34
, QuickCheck
, serialise
, tasty
Expand All @@ -137,17 +137,18 @@ test-suite cardano-constitution-test
, tasty-quickcheck

executable create-json-envelope
import: lang, ghc-version-support, os-support

-- This is a temporary workaround to solve the plutus-ledger-api dependency conflict
-- caused by the `cardano-api` dependency.
-- To force-buil it, uncomment the relevant lines in `cabal.project`
-- To force-build it, uncomment the relevant lines in `cabal.project`
if !flag(force-build)
buildable: False

import: lang, ghc-version-support, os-support
hs-source-dirs: app/create-json-envelope
main-is: Main.hs
build-depends:
, base
, cardano-api
, cardano-constitution
, plutus-ledger-api ^>=1.33
, plutus-ledger-api ^>=1.34
10 changes: 5 additions & 5 deletions doc/docusaurus/docusaurus-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ library docusaurus-code

build-depends:
, base >=4.9 && <5
, plutus-core ^>=1.33
, plutus-ledger-api ^>=1.33
, plutus-tx ^>=1.33
, plutus-core ^>=1.34
, plutus-ledger-api ^>=1.34
, plutus-tx ^>=1.34

if !(impl(ghcjs) || os(ghcjs))
build-depends: plutus-tx-plugin
Expand All @@ -55,5 +55,5 @@ executable example-cip57
build-depends:
, base ^>=4.18
, containers
, plutus-ledger-api ^>=1.33
, plutus-tx ^>=1.33
, plutus-ledger-api ^>=1.34
, plutus-tx ^>=1.34
Loading

0 comments on commit 200ad0f

Please sign in to comment.