diff options
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 |