diff options
Diffstat (limited to 'erebos.cabal')
| -rw-r--r-- | erebos.cabal | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/erebos.cabal b/erebos.cabal index 54e4b47..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,13 +107,13 @@ library Erebos.Discovery Erebos.Error Erebos.Identity + Erebos.Invite Erebos.Network - Erebos.Network.Channel - Erebos.Network.Protocol Erebos.Object Erebos.Pairing Erebos.PubKey Erebos.Service + Erebos.Service.Stream Erebos.Set Erebos.State Erebos.Storable @@ -125,7 +125,11 @@ library Erebos.Sync other-modules: + Erebos.Conversation.Class Erebos.Flow + Erebos.Network.Address + Erebos.Network.Channel + Erebos.Network.Protocol Erebos.Object.Internal Erebos.Storage.Disk Erebos.Storage.Internal @@ -142,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 |