diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2019-10-12 21:42:49 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2019-10-12 21:42:49 +0200 |
commit | 1aef7681082e411c135802881ebcd3ffd0168fcd (patch) | |
tree | 3d842462246265323161755fb49dba532bd44827 /erebos.cabal | |
parent | 61b04eb5fda0d1e94f673ad1c11f328a318bb09d (diff) |
Shared state and identity update
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal index 8e35452..fe60f87 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -23,9 +23,11 @@ executable erebos Message, Network, PubKey, + State, Storage, Storage.Internal Storage.Key + Util default-extensions: FlexibleContexts, FlexibleInstances, |