summaryrefslogtreecommitdiff
path: root/ToxPacket.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ToxPacket.hs')
-rw-r--r--ToxPacket.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ToxPacket.hs b/ToxPacket.hs
index bc20f480..33ec9977 100644
--- a/ToxPacket.hs
+++ b/ToxPacket.hs
@@ -4,7 +4,7 @@
4{-# LANGUAGE TupleSections #-} 4{-# LANGUAGE TupleSections #-}
5module ToxPacket where 5module ToxPacket where
6 6
7import ToxCrypto 7import Crypto.Tox
8import Data.Serialize as S 8import Data.Serialize as S
9import Data.Aeson as JSON 9import Data.Aeson as JSON
10import Data.IP 10import Data.IP