diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2019-05-02 22:55:09 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2019-05-02 22:55:09 +0200 |
commit | 8a03527dba479b520ebda47cdf00080d82d4e933 (patch) | |
tree | a6b8d4c0f962fa30b2812402456b6ead8a7b1673 /erebos.cabal | |
parent | 4b722b1ca195e70e2ac6518d88f79eb40a1095b2 (diff) |
Basic local network peer discovery
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal index a276519..b448914 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -17,7 +17,9 @@ cabal-version: >=1.10 executable erebos main-is: Main.hs - other-modules: Storage + other-modules: Identity, + Network, + Storage default-extensions: FlexibleContexts, FlexibleInstances, @@ -35,6 +37,7 @@ executable erebos filepath >=1.4 && <1.5, mime >= 0.4 && < 0.5, mtl >=2.2 && <2.3, + network >= 3.0 && <3.1, skein >= 1.0 && <1.1, tagged >= 0.8 && <0.9, text >= 1.2 && <1.3, |