diff options
Diffstat (limited to 'src/Network/BitTorrent/DHT.hs')
-rw-r--r-- | src/Network/BitTorrent/DHT.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/DHT.hs b/src/Network/BitTorrent/DHT.hs index 13f3744f..51d92127 100644 --- a/src/Network/BitTorrent/DHT.hs +++ b/src/Network/BitTorrent/DHT.hs | |||
@@ -65,7 +65,7 @@ import Network.Socket | |||
65 | import Text.PrettyPrint.HughesPJClass as PP (pPrint,render) | 65 | import Text.PrettyPrint.HughesPJClass as PP (pPrint,render) |
66 | 66 | ||
67 | import Data.Torrent | 67 | import Data.Torrent |
68 | import Network.BitTorrent.Address | 68 | import Network.Address |
69 | import Network.BitTorrent.DHT.Query | 69 | import Network.BitTorrent.DHT.Query |
70 | import Network.BitTorrent.DHT.Session | 70 | import Network.BitTorrent.DHT.Session |
71 | import Network.DHT.Routing as T hiding (null) | 71 | import Network.DHT.Routing as T hiding (null) |