summaryrefslogtreecommitdiff
path: root/src/Run.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2023-04-01 19:32:24 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2023-04-02 13:10:06 +0200
commit71786719c2480090c1d2df88bc390b088185d7cb (patch)
tree8bc1373f20eecb567db93b0514d34fdf905371ec /src/Run.hs
parente01cae88b81fa6f9f35b32ff2e3ca57c34dd7f58 (diff)
Network namespace type
Diffstat (limited to 'src/Run.hs')
-rw-r--r--src/Run.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Run.hs b/src/Run.hs
index d771116..3591926 100644
--- a/src/Run.hs
+++ b/src/Run.hs
@@ -25,6 +25,7 @@ import System.Process
import GDB
import Network
+import Network.Ip
import Output
import Process
import Run.Monad