From f609499402160aa908e6435b8a61f7cb1f258cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 16 May 2019 20:31:51 +0200 Subject: Key storage interface --- erebos.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'erebos.cabal') diff --git a/erebos.cabal b/erebos.cabal index 17948b2..a51e61a 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -21,10 +21,13 @@ executable erebos other-modules: Identity, Network, PubKey, - Storage + Storage, + Storage.Internal + Storage.Key default-extensions: FlexibleContexts, FlexibleInstances, + FunctionalDependencies, LambdaCase, TupleSections -- cgit v1.2.3