summaryrefslogtreecommitdiff
path: root/Connection/Tox/Threads.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Connection/Tox/Threads.hs')
-rw-r--r--Connection/Tox/Threads.hs6
1 files changed, 5 insertions, 1 deletions
diff --git a/Connection/Tox/Threads.hs b/Connection/Tox/Threads.hs
index 6a7edeb4..f3c94fc1 100644
--- a/Connection/Tox/Threads.hs
+++ b/Connection/Tox/Threads.hs
@@ -10,7 +10,11 @@
10-- 10--
11{-# LANGUAGE CPP #-} 11{-# LANGUAGE CPP #-}
12{-# LANGUAGE LambdaCase #-} 12{-# LANGUAGE LambdaCase #-}
13module Connection.Tox.Threads where 13module Connection.Tox.Threads
14 ( PersueContactMethods(..)
15 , FreshenContactMethods(..)
16 , persueContact
17 ) where
14 18
15import Connection 19import Connection
16-- import Connection.Tox 20-- import Connection.Tox