Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 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.53.0.0
version: 1.53.1.0
license: Apache-2.0
license-files:
LICENSE
Expand Down Expand Up @@ -83,13 +83,13 @@ library

build-depends:
, aeson
, base >=4.9 && <5
, base >=4.9 && <5
, containers
, filepath
, plutus-core ^>=1.53
, plutus-ledger-api ^>=1.53
, plutus-tx ^>=1.53
, plutus-tx-plugin ^>=1.53
, plutus-core ^>=1.53.1.0
, plutus-ledger-api ^>=1.53.1.0
, plutus-tx ^>=1.53.1.0
, plutus-tx-plugin ^>=1.53.1.0
, regex-tdfa
, safe
, template-haskell
Expand Down Expand Up @@ -126,16 +126,16 @@ test-suite cardano-constitution-test

build-depends:
, aeson
, base >=4.9 && <5
, base >=4.9 && <5
, bytestring
, cardano-constitution
, containers
, directory
, filepath
, plutus-core ^>=1.53
, plutus-core ^>=1.53.1.0
, plutus-core:plutus-core-testlib
, plutus-ledger-api ^>=1.53
, plutus-tx ^>=1.53
, plutus-ledger-api ^>=1.53.1.0
, plutus-tx ^>=1.53.1.0
, QuickCheck
, serialise
, tasty
Expand All @@ -152,4 +152,4 @@ executable create-json-envelope
build-depends:
, base
, cardano-constitution
, plutus-ledger-api ^>=1.53
, plutus-ledger-api ^>=1.53.1.0
30 changes: 15 additions & 15 deletions doc/docusaurus/docusaurus-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ library docusaurus-code
BasicValidators

build-depends:
, base >=4.9 && <5
, plutus-core ^>=1.53
, plutus-ledger-api ^>=1.53
, plutus-tx ^>=1.53
, plutus-tx-plugin ^>=1.53
, base >=4.9 && <5
, plutus-core ^>=1.53.1.0
, plutus-ledger-api ^>=1.53.1.0
, plutus-tx ^>=1.53.1.0
, plutus-tx-plugin ^>=1.53.1.0

executable example-cip57
import: lang, ghc-version-support, os-support
Expand All @@ -54,9 +54,9 @@ executable example-cip57
build-depends:
, base ^>=4.18
, containers
, plutus-ledger-api ^>=1.53
, plutus-tx ^>=1.53
, plutus-tx-plugin ^>=1.53
, plutus-ledger-api ^>=1.53.1.0
, plutus-tx ^>=1.53.1.0
, plutus-tx-plugin ^>=1.53.1.0

executable example-evaluation
import: lang, ghc-version-support, os-support
Expand All @@ -66,9 +66,9 @@ executable example-evaluation
other-modules: Paths_docusaurus_examples
build-depends:
, base ^>=4.18
, plutus-ledger-api ^>=1.53
, plutus-tx ^>=1.53
, plutus-tx-plugin ^>=1.53
, plutus-ledger-api ^>=1.53.1.0
, plutus-tx ^>=1.53.1.0
, plutus-tx-plugin ^>=1.53.1.0
, plutus-tx:plutus-tx-testlib
, text

Expand All @@ -85,9 +85,9 @@ executable quickstart
default-language: Haskell2010
other-modules: AuctionValidator
build-depends:
, base >=4.9 && <5
, base >=4.9 && <5
, base16-bytestring
, bytestring
, plutus-ledger-api ^>=1.53
, plutus-tx ^>=1.53
, plutus-tx-plugin ^>=1.53
, plutus-ledger-api ^>=1.53.1.0
, plutus-tx ^>=1.53.1.0
, plutus-tx-plugin ^>=1.53.1.0
Loading
Loading