diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2020-02-04 23:28:46 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2020-02-04 23:28:46 +0100 |
commit | 8dc945aae35fffd8e64c524b71d7316297721daf (patch) | |
tree | d1a000e303f6a22fdcf522b2b4729a81ea0c2fcc /erebos.cabal | |
parent | 6f0bcff200598d085c89d167aa126d25fc5df3ed (diff) |
Service: unify service and packet types
Also provide default unit definition for the service state.
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal index e7a8cee..87c3bd2 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -34,7 +34,8 @@ executable erebos Sync Util - default-extensions: ExistentialQuantification + default-extensions: DefaultSignatures + ExistentialQuantification FlexibleContexts, FlexibleInstances, FunctionalDependencies, |