summaryrefslogtreecommitdiff
path: root/Connection/Tox.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Connection/Tox.hs')
-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 (..))