diff options
Diffstat (limited to 'erebos.cabal')
| -rw-r--r-- | erebos.cabal | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/erebos.cabal b/erebos.cabal index f001a24..1937b97 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -1,7 +1,7 @@ Cabal-Version: 3.0 Name: erebos -Version: 0.1.8.1 +Version: 0.2.0 Synopsis: Decentralized messaging and synchronization Description: Library and simple CLI interface implementing the Erebos identity @@ -107,6 +107,7 @@ library Erebos.Discovery Erebos.Error Erebos.Identity + Erebos.Invite Erebos.Network Erebos.Object Erebos.Pairing @@ -124,7 +125,9 @@ library Erebos.Sync other-modules: + Erebos.Conversation.Class Erebos.Flow + Erebos.Network.Address Erebos.Network.Channel Erebos.Network.Protocol Erebos.Object.Internal @@ -143,7 +146,7 @@ library src/Erebos/Network/ifaddrs.h if flag(ice) - exposed-modules: + other-modules: Erebos.ICE c-sources: src/Erebos/ICE/pjproject.c |