diff options
Diffstat (limited to 'OnionHandlers.hs')
-rw-r--r-- | OnionHandlers.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OnionHandlers.hs b/OnionHandlers.hs index 5e0951e8..936788b8 100644 --- a/OnionHandlers.hs +++ b/OnionHandlers.hs | |||
@@ -2,7 +2,7 @@ | |||
2 | module OnionHandlers where | 2 | module OnionHandlers where |
3 | 3 | ||
4 | import Network.Tox.DHT.Transport | 4 | import Network.Tox.DHT.Transport |
5 | import DHTHandlers hiding (Message,Client) | 5 | import Network.Tox.DHT.Handlers hiding (Message,Client) |
6 | import OnionTransport | 6 | import OnionTransport |
7 | import Network.QueryResponse as QR hiding (Client) | 7 | import Network.QueryResponse as QR hiding (Client) |
8 | import qualified Network.QueryResponse as QR (Client) | 8 | import qualified Network.QueryResponse as QR (Client) |