diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2019-05-16 20:31:51 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2019-05-16 20:31:51 +0200 |
| commit | f609499402160aa908e6435b8a61f7cb1f258cfe (patch) | |
| tree | d73a0ec33e0dca2bbbc1fda716aad627915fa941 /erebos.cabal | |
| parent | 779c6fbd4d73b718ea64f22114f1d12463479d67 (diff) | |
Key storage interface
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 |