diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-23 21:12:04 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-24 21:09:21 +0200 |
commit | f419207d9a1cb2749bea3bc07b36a00a8b656079 (patch) | |
tree | 708a66ba2fc02074c7646297444a69454dc59cf5 /erebos.cabal | |
parent | 4c1e51c54d06da32327883cc6f48afb71fa34648 (diff) |
Move InetAddress to separate module
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal index 3198924..10d5036 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -125,6 +125,7 @@ library other-modules: Erebos.Flow + Erebos.Network.Address Erebos.Network.Channel Erebos.Network.Protocol Erebos.Object.Internal |