diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2019-05-19 22:19:15 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2019-05-22 20:50:01 +0200 |
commit | b3dd410bb4ed093b74fe349d3a51a5767c76f952 (patch) | |
tree | 0a3e22be5d9632993ea436fef5b6e2767b64f715 /erebos.cabal | |
parent | 75cf4c130cc21afd4d569ce0291c2656de162908 (diff) |
Direct message service basics
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 259f9b6..8a5e15f 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -20,6 +20,7 @@ executable erebos main-is: Main.hs other-modules: Identity, Channel, + Message, Network, PubKey, Storage, @@ -30,6 +31,7 @@ executable erebos FlexibleInstances, FunctionalDependencies, LambdaCase, + MultiWayIf, ScopedTypeVariables, TupleSections |