From 75cf4c130cc21afd4d569ce0291c2656de162908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Fri, 17 May 2019 23:43:14 +0200 Subject: Encrypted channels negotiated with DH --- erebos.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'erebos.cabal') diff --git a/erebos.cabal b/erebos.cabal index a51e61a..259f9b6 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -19,6 +19,7 @@ executable erebos ghc-options: -Wall main-is: Main.hs other-modules: Identity, + Channel, Network, PubKey, Storage, @@ -29,6 +30,7 @@ executable erebos FlexibleInstances, FunctionalDependencies, LambdaCase, + ScopedTypeVariables, TupleSections -- other-extensions: @@ -37,7 +39,6 @@ executable erebos bytestring >=0.10 && <0.11, cereal >= 0.5 && <0.6, containers >= 0.6 && <0.7, - crypto-api >= 0.13 && <0.14, cryptonite >=0.25 && <0.26, directory >= 1.3 && <1.4, filepath >=1.4 && <1.5, -- cgit v1.2.3