summaryrefslogtreecommitdiff
path: root/src/Network
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network')
-rw-r--r--src/Network/Ip.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/Ip.hs b/src/Network/Ip.hs
index ae8a2d2..8f0887a 100644
--- a/src/Network/Ip.hs
+++ b/src/Network/Ip.hs
@@ -33,6 +33,7 @@ module Network.Ip (
) where
import Control.Concurrent.STM
+import Control.Monad
import Control.Monad.Writer
import Data.Function