diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2019-05-05 13:37:01 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2019-05-06 21:05:50 +0200 |
| commit | dc67ee394205802d30d888387dffa7f588099217 (patch) | |
| tree | f1fa51f2bb8b68c080d2430a07142d92a1035f30 /erebos.cabal | |
| parent | 637e70e9d61616e16cb845100538fe2cf4c7fb29 (diff) | |
Signed identities using ED25519
Diffstat (limited to 'erebos.cabal')
| -rw-r--r-- | erebos.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal index fad6b90..8d7e62f 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -20,6 +20,7 @@ executable erebos main-is: Main.hs other-modules: Identity, Network, + PubKey, Storage default-extensions: FlexibleContexts, |