diff options
Diffstat (limited to 'ToxPacket.hs')
-rw-r--r-- | ToxPacket.hs | 2 |
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 #-} |
5 | module ToxPacket where | 5 | module ToxPacket where |
6 | 6 | ||
7 | import ToxCrypto | 7 | import Crypto.Tox |
8 | import Data.Serialize as S | 8 | import Data.Serialize as S |
9 | import Data.Aeson as JSON | 9 | import Data.Aeson as JSON |
10 | import Data.IP | 10 | import Data.IP |