Skip to content

Commit

Permalink
Marlowe Runtime 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Jul 11, 2023
1 parent 06b437a commit cc4a9b4
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 53 deletions.
12 changes: 6 additions & 6 deletions marlowe-chain-sync/marlowe-chain-sync.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: marlowe-chain-sync
version: 0.0.2
version: 0.0.3
synopsis: Cardano chain sync system for thee Marlowe Runtime
description:
Marlowe runtime component for Cardano node synchronization. Communicates with
Expand Down Expand Up @@ -111,7 +111,7 @@ library libchainsync
, hasql-pool ^>=0.8
, hasql-th ^>=0.4
, hasql-transaction ^>=1
, marlowe-chain-sync ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-protocols ==0.1.1.0
, nonempty-containers ^>=0.3.4
, ouroboros-network ==0.1.0.1
Expand Down Expand Up @@ -179,7 +179,7 @@ library plutus-compat
, cardano-api ==1.35.4
, cardano-ledger-byron ==0.1.0.0
, containers ^>=0.6.5
, marlowe-chain-sync ==0.0.2
, marlowe-chain-sync ==0.0.3
, plutus-ledger-api ==1.0.0.1
, plutus-tx ==1.0.0.0
, serialise ^>=0.2.6
Expand All @@ -195,7 +195,7 @@ library gen
, bytestring >=0.10.12 && <0.12
, cardano-api:{cardano-api, gen} ==1.35.4
, hedgehog-quickcheck ^>=0.1
, marlowe-chain-sync ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-protocols ==0.1.1.0
, nonempty-containers ^>=0.3.4
, ouroboros-consensus ==0.1.0.1
Expand All @@ -215,7 +215,7 @@ test-suite marlowe-chain-sync-test
build-depends:
, base >=4.9 && <5
, hspec >=2.10 && <3
, marlowe-chain-sync:{marlowe-chain-sync, gen} ==0.0.2
, marlowe-chain-sync:{marlowe-chain-sync, gen} ==0.0.3
, marlowe-protocols ==0.1.1.0

build-tool-depends: hspec-discover:hspec-discover
Expand Down Expand Up @@ -281,7 +281,7 @@ executable marlowe-chain-sync
, hasql-pool ^>=0.8
, hs-opentelemetry-api >=0.0.3 && <0.0.4
, hs-opentelemetry-sdk >=0.0.3 && <0.0.4
, marlowe-chain-sync:{marlowe-chain-sync, libchainsync} ==0.0.2
, marlowe-chain-sync:{marlowe-chain-sync, libchainsync} ==0.0.3
, marlowe-protocols ==0.1.1.0
, mtl >=2.2 && <3
, network >=3.1 && <4
Expand Down
6 changes: 3 additions & 3 deletions marlowe-client/marlowe-client.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: marlowe-client
version: 0.0.2
version: 0.0.3
synopsis: A client library for the Marlowe Runtime.
bug-reports: https://github.com/input-output-hk/marlowe-marlowe/issues
license: Apache-2.0
Expand Down Expand Up @@ -59,9 +59,9 @@ library
, eventuo11y-extras ==0.1.1.0
, exceptions ^>=0.10
, general-allocate ^>=0.2
, marlowe-chain-sync ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-protocols ==0.1.1.0
, marlowe-runtime:{marlowe-runtime, contract-api, discovery-api, history-api, proxy-api, sync-api, tx-api} ==0.0.2
, marlowe-runtime:{marlowe-runtime, contract-api, discovery-api, history-api, proxy-api, sync-api, tx-api} ==0.0.3
, monad-control ^>=1
, mtl >=2.2 && <3
, network >=3.1 && <4
Expand Down
2 changes: 1 addition & 1 deletion marlowe-runtime-cli/marlowe-runtime-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: marlowe-runtime-cli
version: 0.0.2
version: 0.0.3
synopsis: A command line interface for the Marlowe Runtime.
bug-reports: https://github.com/input-output-hk/marlowe-cardano/issues
license: Apache-2.0
Expand Down
10 changes: 5 additions & 5 deletions marlowe-runtime-web/marlowe-runtime-web.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: marlowe-runtime-web
version: 0.0.2
version: 0.0.3
synopsis: Web server for Marlowe Runtime on Cardano.
bug-reports: https://github.com/input-output-hk/marlowe-cardano/issues
license: Apache-2.0
Expand Down Expand Up @@ -121,11 +121,11 @@ library server
, http-media ^>=0.8
, lens >=5.2 && <6
, marlowe-cardano ==0.1.1.0
, marlowe-chain-sync ==0.0.2
, marlowe-client ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-client ==0.0.3
, marlowe-protocols ==0.1.1.0
, marlowe-runtime-web ==0.0.2
, marlowe-runtime:{marlowe-runtime, discovery-api, proxy-api, sync-api, tx-api} ==0.0.2
, marlowe-runtime-web ==0.0.3
, marlowe-runtime:{marlowe-runtime, discovery-api, proxy-api, sync-api, tx-api} ==0.0.3
, monad-control ^>=1
, mtl >=2.2 && <3
, openapi3 >=3.2 && <4
Expand Down
74 changes: 37 additions & 37 deletions marlowe-runtime/marlowe-runtime.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: marlowe-runtime
version: 0.0.2
version: 0.0.3
synopsis:
Runtime system for running Marlowe financial contracts on the Cardano Computation Layer

Expand Down Expand Up @@ -86,7 +86,7 @@ library
, cardano-api ==1.35.4
, containers ^>=0.6.5
, marlowe-cardano ==0.1.1.0
, marlowe-chain-sync ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-protocols ==0.1.1.0
, ouroboros-network ==0.1.0.1
, plutus-ledger-api ==1.0.0.1
Expand All @@ -111,8 +111,8 @@ library gen
, hedgehog-quickcheck ^>=0.1
, http-media ^>=0.8
, marlowe-cardano ==0.1.1.0
, marlowe-chain-sync:{gen, plutus-compat} ==0.0.2
, marlowe-runtime:{marlowe-runtime, discovery-api, history-api, tx-api} ==0.0.2
, marlowe-chain-sync:{gen, plutus-compat} ==0.0.3
, marlowe-runtime:{marlowe-runtime, discovery-api, history-api, tx-api} ==0.0.3
, marlowe-test ==0.1.2.0
, network-uri >=2.6 && <3
, QuickCheck >=2.14 && <3
Expand All @@ -137,9 +137,9 @@ library history-api
, errors >=2.3 && <3
, hs-opentelemetry-api >=0.0.3 && <0.0.4
, marlowe-cardano ==0.1.1.0
, marlowe-chain-sync ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-protocols ==0.1.1.0
, marlowe-runtime ==0.0.2
, marlowe-runtime ==0.0.3
, ouroboros-consensus ==0.1.0.1
, ouroboros-network ==0.1.0.1
, plutus-ledger-api ==1.0.0.1
Expand Down Expand Up @@ -178,9 +178,9 @@ library indexer
, hasql-th ^>=0.4
, hasql-transaction ^>=1
, marlowe-cardano ==0.1.1.0
, marlowe-chain-sync ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-protocols ==0.1.1.0
, marlowe-runtime:{marlowe-runtime, history-api} ==0.0.2
, marlowe-runtime:{marlowe-runtime, history-api} ==0.0.3
, mtl >=2.2 && <3
, nonempty-containers ^>=0.3.4
, plutus-ledger-api ==1.0.0.1
Expand All @@ -206,9 +206,9 @@ library sync-api
, base >=4.9 && <5
, binary ^>=0.8.8
, containers ^>=0.6.5
, marlowe-chain-sync ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-protocols ==0.1.1.0
, marlowe-runtime:{marlowe-runtime, discovery-api} ==0.0.2
, marlowe-runtime:{marlowe-runtime, discovery-api} ==0.0.3
, unliftio ^>=0.2.1

library contract-api
Expand All @@ -229,9 +229,9 @@ library contract-api
, containers ^>=0.6.5
, hs-opentelemetry-api >=0.0.3 && <0.0.4
, marlowe-cardano ==0.1.1.0
, marlowe-chain-sync ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-protocols ==0.1.1.0
, marlowe-runtime ==0.0.2
, marlowe-runtime ==0.0.3
, plutus-ledger-api ==1.0.0.1
, text >=1.2.4 && <2
, typed-protocols ==0.1.0.0
Expand Down Expand Up @@ -262,9 +262,9 @@ library contract
, filepath ^>=1.4
, lock-file ^>=0.7
, marlowe-cardano ==0.1.1.0
, marlowe-chain-sync ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-protocols ==0.1.1.0
, marlowe-runtime:{marlowe-runtime, contract-api} ==0.0.2
, marlowe-runtime:{marlowe-runtime, contract-api} ==0.0.3
, plutus-ledger-api ==1.0.0.1
, transformers ^>=0.5.6
, typed-protocols ==0.1.0.0
Expand Down Expand Up @@ -313,9 +313,9 @@ library sync
, hasql-th ^>=0.4
, hasql-transaction ^>=1
, marlowe-cardano ==0.1.1.0
, marlowe-chain-sync ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-protocols ==0.1.1.0
, marlowe-runtime:{marlowe-runtime, discovery-api, history-api, sync-api} ==0.0.2
, marlowe-runtime:{marlowe-runtime, discovery-api, history-api, sync-api} ==0.0.3
, plutus-ledger-api ==1.0.0.1
, time >=1.9 && <2
, transformers ^>=0.5.6
Expand All @@ -338,9 +338,9 @@ library discovery-api
, base >=4.9 && <5
, binary ^>=0.8.8
, hs-opentelemetry-api >=0.0.3 && <0.0.4
, marlowe-chain-sync ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-protocols ==0.1.1.0
, marlowe-runtime ==0.0.2
, marlowe-runtime ==0.0.3
, typed-protocols ==0.1.0.0

library tx-api
Expand All @@ -356,9 +356,9 @@ library tx-api
, cardano-api ==1.35.4
, containers ^>=0.6.5
, http-media ^>=0.8
, marlowe-chain-sync ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-protocols ==0.1.1.0
, marlowe-runtime:{marlowe-runtime, history-api} ==0.0.2
, marlowe-runtime:{marlowe-runtime, history-api} ==0.0.3
, network-uri >=2.6 && <3
, text >=1.2.4 && <2
, time >=1.9 && <2
Expand Down Expand Up @@ -389,9 +389,9 @@ library tx
, eventuo11y >=0.9 && <0.11
, eventuo11y-extras ==0.1.1.0
, marlowe-cardano ==0.1.1.0
, marlowe-chain-sync:{marlowe-chain-sync, plutus-compat} ==0.0.2
, marlowe-chain-sync:{marlowe-chain-sync, plutus-compat} ==0.0.3
, marlowe-protocols ==0.1.1.0
, marlowe-runtime:{marlowe-runtime, contract-api, history-api, plutus-scripts, tx-api} ==0.0.2
, marlowe-runtime:{marlowe-runtime, contract-api, history-api, plutus-scripts, tx-api} ==0.0.3
, ouroboros-consensus ==0.1.0.1
, ouroboros-network ==0.1.0.1
, plutus-ledger-api ==1.0.0.1
Expand All @@ -416,7 +416,7 @@ library proxy-api
, base >=4.9 && <5
, binary ^>=0.8.8
, marlowe-protocols ==0.1.1.0
, marlowe-runtime:{contract-api, discovery-api, history-api, sync-api, tx-api} ==0.0.2
, marlowe-runtime:{contract-api, discovery-api, history-api, sync-api, tx-api} ==0.0.3
, typed-protocols ==0.1.0.0

library proxy
Expand All @@ -431,7 +431,7 @@ library proxy
, eventuo11y >=0.9 && <0.11
, eventuo11y-extras ==0.1.1.0
, marlowe-protocols ==0.1.1.0
, marlowe-runtime:{contract-api, discovery-api, history-api, proxy-api, sync-api, tx-api} ==0.0.2
, marlowe-runtime:{contract-api, discovery-api, history-api, proxy-api, sync-api, tx-api} ==0.0.3
, resourcet >=1.3 && <2
, typed-protocols ==0.1.0.0
, unliftio ^>=0.2.1
Expand Down Expand Up @@ -462,8 +462,8 @@ library config
exposed-modules: Language.Marlowe.Runtime.CLI.Option
build-depends:
, base >=4.9 && <5
, marlowe-chain-sync ==0.0.2
, marlowe-runtime ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-runtime ==0.0.3
, network >=3.1 && <4
, optparse-applicative ^>=0.17
, split ^>=0.2.3
Expand All @@ -490,9 +490,9 @@ executable marlowe-indexer
, hasql-pool ^>=0.8
, hs-opentelemetry-api >=0.0.3 && <0.0.4
, hs-opentelemetry-sdk >=0.0.3 && <0.0.4
, marlowe-chain-sync ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-protocols ==0.1.1.0
, marlowe-runtime:{marlowe-runtime, indexer} ==0.0.2
, marlowe-runtime:{marlowe-runtime, indexer} ==0.0.3
, mtl >=2.2 && <3
, network >=3.1 && <4
, nonempty-containers ^>=0.3.4
Expand Down Expand Up @@ -524,7 +524,7 @@ executable marlowe-sync
, hs-opentelemetry-api >=0.0.3 && <0.0.4
, hs-opentelemetry-sdk >=0.0.3 && <0.0.4
, marlowe-protocols ==0.1.1.0
, marlowe-runtime:{marlowe-runtime, discovery-api, history-api, sync, sync-api} ==0.0.2
, marlowe-runtime:{marlowe-runtime, discovery-api, history-api, sync, sync-api} ==0.0.3
, mtl >=2.2 && <3
, network >=3.1 && <4
, optparse-applicative ^>=0.17
Expand Down Expand Up @@ -553,9 +553,9 @@ executable marlowe-tx
, eventuo11y-otel ^>=0.1
, hs-opentelemetry-api >=0.0.3 && <0.0.4
, hs-opentelemetry-sdk >=0.0.3 && <0.0.4
, marlowe-chain-sync ==0.0.2
, marlowe-chain-sync ==0.0.3
, marlowe-protocols ==0.1.1.0
, marlowe-runtime:{marlowe-runtime, contract-api, tx, tx-api} ==0.0.2
, marlowe-runtime:{marlowe-runtime, contract-api, tx, tx-api} ==0.0.3
, network >=3.1 && <4
, optparse-applicative ^>=0.17
, text >=1.2.4 && <2
Expand All @@ -582,7 +582,7 @@ executable marlowe-contract
, hs-opentelemetry-sdk >=0.0.3 && <0.0.4
, marlowe-cardano ==0.1.1.0
, marlowe-protocols ==0.1.1.0
, marlowe-runtime:{contract, contract-api} ==0.0.2
, marlowe-runtime:{contract, contract-api} ==0.0.3
, network >=3.1 && <4
, optparse-applicative ^>=0.17
, text >=1.2.4 && <2
Expand All @@ -608,7 +608,7 @@ executable marlowe-proxy
, hs-opentelemetry-api >=0.0.3 && <0.0.4
, hs-opentelemetry-sdk >=0.0.3 && <0.0.4
, marlowe-protocols ==0.1.1.0
, marlowe-runtime:{config, contract-api, discovery-api, history-api, proxy, proxy-api, sync-api, tx-api} ==0.0.2
, marlowe-runtime:{config, contract-api, discovery-api, history-api, proxy, proxy-api, sync-api, tx-api} ==0.0.3
, network >=3.1 && <4
, optparse-applicative ^>=0.17
, text >=1.2.4 && <2
Expand Down Expand Up @@ -646,9 +646,9 @@ test-suite marlowe-runtime-test
, hspec
, http-media ^>=0.8
, marlowe-cardano ==0.1.1.0
, marlowe-chain-sync:{marlowe-chain-sync, gen, plutus-compat} ==0.0.2
, marlowe-chain-sync:{marlowe-chain-sync, gen, plutus-compat} ==0.0.3
, marlowe-protocols ==0.1.1.0
, marlowe-runtime:{marlowe-runtime, contract-api, discovery-api, gen, history-api, sync-api, tx, tx-api} ==0.0.2
, marlowe-runtime:{marlowe-runtime, contract-api, discovery-api, gen, history-api, sync-api, tx, tx-api} ==0.0.3
, marlowe-test ==0.1.2.0
, network-uri >=2.6 && <3
, ouroboros-consensus ==0.1.0.1
Expand Down Expand Up @@ -680,8 +680,8 @@ test-suite indexer-test
, containers ^>=0.6.5
, hspec
, marlowe-cardano ==0.1.1.0
, marlowe-chain-sync:{marlowe-chain-sync, plutus-compat} ==0.0.2
, marlowe-runtime:{marlowe-runtime, gen, history-api, indexer} ==0.0.2
, marlowe-chain-sync:{marlowe-chain-sync, plutus-compat} ==0.0.3
, marlowe-runtime:{marlowe-runtime, gen, history-api, indexer} ==0.0.3
, marlowe-test ==0.1.2.0
, ouroboros-consensus ==0.1.0.1
, plutus-tx ==1.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion nix/marlowe-cardano/compose.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ let
'';

# We assume that all the components are versioned together.
marloweRuntimeVersion = "0.0.1";
marloweRuntimeVersion = "0.0.3";
symlinks = runCommand "symlinks" { } ''
mkdir -p $out
ln -sv ${run-sqitch}/bin/run-sqitch $out
Expand Down

0 comments on commit cc4a9b4

Please sign in to comment.