diff options
author | joe <joe@jerkface.net> | 2017-09-15 04:12:22 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-09-15 04:12:22 -0400 |
commit | 672efcbc63ff04b7321aae61ddb66811fdde4068 (patch) | |
tree | 59779f844aa462b92ce12c68c63520dd0a8ef1ad /OnionHandlers.hs | |
parent | e966c3594c9291963b5f3298b2131f92436f3243 (diff) |
Moved DHTHandlers to its hierarchical location.
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) |