From 8a03527dba479b520ebda47cdf00080d82d4e933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 2 May 2019 22:55:09 +0200 Subject: Basic local network peer discovery --- erebos.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'erebos.cabal') 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, -- cgit v1.2.3