Skip to content

Commit

Permalink
Andreabedini/plutus streaming (#423)
Browse files Browse the repository at this point in the history
* You need to dup a broadcast channel in order to read.

* Update dependencies.
  • Loading branch information
raduom committed May 21, 2022
1 parent 1b0483a commit e11db19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cabal.project
Expand Up @@ -299,3 +299,9 @@ source-repository-package
type: git
location: https://github.com/input-output-hk/Win32-network
tag: 3825d3abf75f83f406c1f7161883c438dac7277d

-- Temporary indexing
source-repository-package
type: git
location: https://github.com/raduom/hysterical-screams
tag: 211c478343eb7cf3651af22fb550c3b3f0d80bc7
1 change: 1 addition & 0 deletions nix/pkgs/haskell/sha256map.nix
Expand Up @@ -16,4 +16,5 @@
"https://github.com/input-output-hk/servant-purescript"."44e7cacf109f84984cd99cd3faf185d161826963" = "10pb0yfp80jhb9ryn65a4rha2lxzsn2vlhcc6xphrrkf4x5lhzqc";
"https://github.com/input-output-hk/Win32-network"."3825d3abf75f83f406c1f7161883c438dac7277d" = "19wahfv726fa3mqajpqdqhnl9ica3xmf68i254q45iyjcpj1psqx";
"https://github.com/Quid2/flat"."ee59880f47ab835dbd73bea0847dab7869fc20d8" = "1lrzknw765pz2j97nvv9ip3l1mcpf2zr4n56hwlz0rk7wq7ls4cm";
"https://github.com/raduom/hysterical-screams"."ee59880f47ab835dbd73bea0847dab7869fc20d8" = "1lrzknw765pz2j97nvv9ip3l1mcpf2zr4n56hwlz0rk7wq7ls4cm";
}
1 change: 1 addition & 0 deletions plutus-streaming/plutus-streaming.cabal
Expand Up @@ -49,6 +49,7 @@ library
streaming,
transformers,
ouroboros-network,
hysterical-screams

executable plutus-streaming-cli
import: lang
Expand Down

0 comments on commit e11db19

Please sign in to comment.