summaryrefslogtreecommitdiff
path: root/src/Network/Tox/Handshake.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/Tox/Handshake.hs')
-rw-r--r--src/Network/Tox/Handshake.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/Tox/Handshake.hs b/src/Network/Tox/Handshake.hs
index 0ca99fe2..6df9edab 100644
--- a/src/Network/Tox/Handshake.hs
+++ b/src/Network/Tox/Handshake.hs
@@ -23,6 +23,7 @@ import Control.Concurrent
23import GHC.Conc (labelThread) 23import GHC.Conc (labelThread)
24#endif 24#endif
25import DPut 25import DPut
26import DebugTag
26 27
27 28
28anyRight :: Monad m => a -> [t] -> (t -> m (Either b b1)) -> m (Either a b1) 29anyRight :: Monad m => a -> [t] -> (t -> m (Either b b1)) -> m (Either a b1)