diff options
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 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 |