diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2023-04-01 19:32:24 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2023-04-02 13:10:06 +0200 |
commit | 71786719c2480090c1d2df88bc390b088185d7cb (patch) | |
tree | 8bc1373f20eecb567db93b0514d34fdf905371ec /src/Run.hs | |
parent | e01cae88b81fa6f9f35b32ff2e3ca57c34dd7f58 (diff) |
Network namespace type
Diffstat (limited to 'src/Run.hs')
-rw-r--r-- | src/Run.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ import System.Process import GDB import Network +import Network.Ip import Output import Process import Run.Monad |