Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #578 from input-output-hk/kll/merge-main-into-next…
Browse files Browse the repository at this point in the history
…-node

Merge #574 and #575 from main into next-node
  • Loading branch information
koslambrou authored Jul 9, 2022
2 parents 799d14c + 0187edd commit 122d23e
Showing 1 changed file with 58 additions and 14 deletions.
72 changes: 58 additions & 14 deletions plutus-streaming/plutus-streaming.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,20 @@ library
import: lang
hs-source-dirs: src
exposed-modules: Plutus.Streaming

--------------------------
-- Other IOG dependencies
--------------------------
build-depends:
, async
, base >=4.9 && <5
, cardano-api >=1.35
, ouroboros-network

------------------------
-- Non-IOG dependencies
------------------------
build-depends:
, async
, base >=4.9 && <5
, stm
, streaming

Expand All @@ -46,14 +55,25 @@ executable plutus-streaming-example-1
Common
Orphans

--------------------
-- Local components
--------------------
build-depends: plutus-streaming

--------------------------
-- Other IOG dependencies
--------------------------
build-depends: cardano-api >=1.35

------------------------
-- Non-IOG dependencies
------------------------
build-depends:
, aeson
, base >=4.9 && <5
, base >=4.9 && <5
, base16-bytestring
, bytestring
, cardano-api >=1.35
, optparse-applicative
, plutus-streaming
, streaming
, text

Expand All @@ -65,16 +85,28 @@ executable plutus-streaming-example-2
Common
Orphans

--------------------
-- Local components
--------------------
build-depends:
, plutus-ledger >=1.0.0
, plutus-script-utils >=1.0.0
, plutus-streaming

--------------------------
-- Other IOG dependencies
--------------------------
build-depends: cardano-api >=1.35

------------------------
-- Non-IOG dependencies
------------------------
build-depends:
, aeson
, base >=4.9 && <5
, base >=4.9 && <5
, base16-bytestring
, bytestring
, cardano-api >=1.35
, optparse-applicative
, plutus-ledger >=1.0.0
, plutus-script-utils >=1.0.0
, plutus-streaming
, streaming

executable plutus-streaming-example-3
Expand All @@ -85,13 +117,25 @@ executable plutus-streaming-example-3
Common
Orphans

--------------------
-- Local components
--------------------
build-depends:
, plutus-chain-index-core >=1.0.0
, plutus-streaming

--------------------------
-- Other IOG dependencies
--------------------------
build-depends: cardano-api >=1.35

------------------------
-- Non-IOG dependencies
------------------------
build-depends:
, aeson
, base >=4.9 && <5
, base >=4.9 && <5
, base16-bytestring
, bytestring
, cardano-api >=1.35
, optparse-applicative
, plutus-chain-index-core >=1.0.0
, plutus-streaming
, streaming

0 comments on commit 122d23e

Please sign in to comment.