summaryrefslogtreecommitdiff
path: root/Tox.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-09-15 03:01:48 -0400
committerjoe <joe@jerkface.net>2017-09-15 03:01:48 -0400
commitde0296e5c8563ea2dc7216142e474eb4e4cb46d6 (patch)
treea5f665a9cbcf68ba8f9d92d63bc0d2aad3a55ee5 /Tox.hs
parentf9ca5de790ea7d430b70471f476ad7b1823b8c0a (diff)
Removed Obsolete ToxMessage module.
Diffstat (limited to 'Tox.hs')
-rw-r--r--Tox.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tox.hs b/Tox.hs
index d0656574..690ba128 100644
--- a/Tox.hs
+++ b/Tox.hs
@@ -79,8 +79,6 @@ import System.IO
79import qualified Text.ParserCombinators.ReadP as RP 79import qualified Text.ParserCombinators.ReadP as RP
80import Text.Printf 80import Text.Printf
81import Text.Read 81import Text.Read
82import ToxMessage as Tox hiding (Ping,Pong,SendNodes,GetNodes,AnnounceResponse,Nonce24,Nonce8)
83 ;import ToxMessage (bin2hex, quoted)
84import TriadCommittee 82import TriadCommittee
85import Network.BitTorrent.DHT.Token as Token 83import Network.BitTorrent.DHT.Token as Token
86import GHC.TypeLits 84import GHC.TypeLits