diff options
Diffstat (limited to 'src/Network/DHT')
-rw-r--r-- | src/Network/DHT/Routing.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/DHT/Routing.hs b/src/Network/DHT/Routing.hs index c0a431fa..1d1aa44b 100644 --- a/src/Network/DHT/Routing.hs +++ b/src/Network/DHT/Routing.hs | |||
@@ -83,7 +83,7 @@ import Text.PrettyPrint.HughesPJClass (pPrint,Pretty) | |||
83 | import qualified Data.ByteString as BS | 83 | import qualified Data.ByteString as BS |
84 | import Data.Bits | 84 | import Data.Bits |
85 | 85 | ||
86 | import Network.BitTorrent.Address | 86 | import Network.Address |
87 | 87 | ||
88 | 88 | ||
89 | {----------------------------------------------------------------------- | 89 | {----------------------------------------------------------------------- |