diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-05-24 09:58:41 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-05-24 09:58:41 +0200 |
commit | 7556f03e324fefcd85d3d80cb18e78ed9afeafea (patch) | |
tree | 5d3f023cea87b845aa26f8cb20730e70f2a04f17 | |
parent | d17d4f238afbd04f61545d49bfccc108421e9261 (diff) |
Do not export internal network modules
-rw-r--r-- | erebos.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erebos.cabal b/erebos.cabal index 54e4b47..12c2968 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -108,8 +108,6 @@ library Erebos.Error Erebos.Identity Erebos.Network - Erebos.Network.Channel - Erebos.Network.Protocol Erebos.Object Erebos.Pairing Erebos.PubKey @@ -126,6 +124,8 @@ library other-modules: Erebos.Flow + Erebos.Network.Channel + Erebos.Network.Protocol Erebos.Object.Internal Erebos.Storage.Disk Erebos.Storage.Internal |