diff options
Diffstat (limited to 'src/Data')
-rw-r--r-- | src/Data/Torrent.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs index 55b34f98..4af583ed 100644 --- a/src/Data/Torrent.hs +++ b/src/Data/Torrent.hs | |||
@@ -195,7 +195,7 @@ import System.FilePath | |||
195 | import System.Posix.Types | 195 | import System.Posix.Types |
196 | 196 | ||
197 | import Network.Address | 197 | import Network.Address |
198 | import Network.DHT.Routing | 198 | import Network.Kademlia.Routing |
199 | 199 | ||
200 | 200 | ||
201 | {----------------------------------------------------------------------- | 201 | {----------------------------------------------------------------------- |