diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-09 22:08:04 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-09 22:08:04 +0200 |
commit | 1b191a5624039dd743304bf408ee2245d1b8e97e (patch) | |
tree | b5ce4aed4b79d6bb766535fcb527f12c5cf00a4b /erebos.cabal | |
parent | d17150ee0ef4c63d9f4a3e639c992b4754caf4da (diff) |
Remove ICE-related commands and make the module internal
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal index 9a49273..3198924 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -143,7 +143,7 @@ library src/Erebos/Network/ifaddrs.h if flag(ice) - exposed-modules: + other-modules: Erebos.ICE c-sources: src/Erebos/ICE/pjproject.c |