From bce19c5eaf5e07501b322811d7cc2be53db9e451 Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 31 May 2018 22:08:00 -0400 Subject: Oops, fixed syntax errors in Connection.Tox. --- Connection/Tox.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Connection/Tox.hs') diff --git a/Connection/Tox.hs b/Connection/Tox.hs index b4919437..29f6b0e4 100644 --- a/Connection/Tox.hs +++ b/Connection/Tox.hs @@ -65,7 +65,7 @@ import Text.Read -- Connection successful. -- -- Encrypted packets -> <- Encrypted packets -data ToxProgress = +data ToxProgress = AcquiringCookie -- ^ Attempting to obtain a cookie. | AwaitingHandshake -- ^ Waiting to receive a handshake. | AwaitingSessionPacket -- ^ Connection is "accepted" but not yet "confirmed". @@ -114,5 +114,3 @@ toxManager params = do , showKey = show -- k -> String } -s#\([A-Za-z]\+ [A-Za-z]\+\)\( *\) ->#\2\1# - -- cgit v1.2.3