diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2023-08-01 23:01:30 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2023-08-12 23:08:55 +0200 |
commit | bda62efef1ad38779f23b38b4e1436f06fb9c7c1 (patch) | |
tree | d7efc976a63f97bea3e8877c30b291225f05ded3 /erebos.cabal | |
parent | 71cfee5086a6bf1c7a810d83fd67320bb9552197 (diff) |
Network protocol refactoring with explicit data flows
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal index f5d3fb9..12cb9ac 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -24,8 +24,10 @@ executable erebos Channel, Contact Discovery + Flow Message, Network, + Network.Protocol Pairing PubKey, Service @@ -65,6 +67,7 @@ executable erebos UndecidableInstances build-depends: aeson >=1.4 && <2.1, + async >=2.2 && <2.3, base >=4.13 && <4.17, binary >=0.8 && <0.11, bytestring >=0.10 && <0.12, |