diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2019-11-03 19:59:27 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2019-11-03 19:59:27 +0100 |
commit | 4521fc3c4a898f046b030985159c63c5379df46f (patch) | |
tree | e7a0ea42519a790fa2071df25ba5124e6212f0c1 /erebos.cabal | |
parent | 78cb83e2f4918bbc199e06e06f2dbbd816b4dcbc (diff) |
Service class to handle network services
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 391584b..8218d91 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -21,15 +21,18 @@ executable erebos other-modules: Identity, Channel, Message, + Message.Service Network, PubKey, + Service State, Storage, Storage.Internal Storage.Key Util - default-extensions: FlexibleContexts, + default-extensions: ExistentialQuantification + FlexibleContexts, FlexibleInstances, FunctionalDependencies, GeneralizedNewtypeDeriving |