diff options
author | joe <joe@jerkface.net> | 2017-06-09 01:10:19 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-06-09 01:10:19 -0400 |
commit | 13b2eb08cb4651a913849d96f516ed97bad53003 (patch) | |
tree | d9855b98c496ac3cc4e1fe4ba36b1c1fd1e91a13 /src/Data | |
parent | ecde95b20167e02092f6a359eac865ba9155614c (diff) |
Rename Network.BitTorrent.DHT.Routing -> Network.DHT.Routing
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 0ce2efd7..6a999478 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.BitTorrent.Address | 197 | import Network.BitTorrent.Address |
198 | import Network.BitTorrent.DHT.Routing | 198 | import Network.DHT.Routing |
199 | import Network.DatagramServer.Mainline | 199 | import Network.DatagramServer.Mainline |
200 | 200 | ||
201 | 201 | ||