summaryrefslogtreecommitdiff
path: root/Connection/Tox/Threads.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-06-22 17:39:47 -0400
committerAndrew Cady <d@jerkface.net>2018-06-22 17:41:03 -0400
commitbf8e927dea99d52aeca758deb678d86eea72683a (patch)
treecb6a81a3c15c90aa51a0eb90c4fef3b4c335e98d /Connection/Tox/Threads.hs
parent61f9b9b7c0f9ba3fd9f70520303214ad564ac882 (diff)
disable setToxPolicy and therefore persue[sic] contact threads
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