summaryrefslogtreecommitdiff
path: root/Connection
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2018-06-13 17:33:30 -0400
committerjoe <joe@jerkface.net>2018-06-13 17:33:30 -0400
commit2ad144b323122c5eecfc9156a6d65a7018f003ad (patch)
treefa367b609eb08b6e2536b0d550f279eeb92eed88 /Connection
parentbc8360faf51a058f3c1dd90145d4b87506e2ddfe (diff)
Facility to report rumored (indirect evidence) ip addresses.
Diffstat (limited to 'Connection')
-rw-r--r--Connection/Tox.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/Connection/Tox.hs b/Connection/Tox.hs
index f6f15f3c..41361d8f 100644
--- a/Connection/Tox.hs
+++ b/Connection/Tox.hs
@@ -1,6 +1,9 @@
1{-# LANGUAGE CPP #-} 1{-# LANGUAGE CPP #-}
2{-# LANGUAGE GADTs #-} 2{-# LANGUAGE GADTs #-}
3module Connection.Tox where 3module Connection.Tox
4 ( module Connection.Tox
5 , ToxProgress(..)
6 ) where
4 7
5import qualified Connection as G 8import qualified Connection as G
6 ;import Connection (Manager (..), Policy (..)) 9 ;import Connection (Manager (..), Policy (..))