diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 20:30:54 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 20:30:54 +0400 |
commit | 7a892425de92efd88b98576e848bebc725a9bf14 (patch) | |
tree | b872eaf1bfd6cfe5d302f31f9c9b7c1a5b6d0a61 /src/Network/BitTorrent/DHT/Routing.hs | |
parent | 9b2981d38cfa188099cca07337a3b63747e2c527 (diff) |
Move Infohash and Magnet to Torrent module
Diffstat (limited to 'src/Network/BitTorrent/DHT/Routing.hs')
-rw-r--r-- | src/Network/BitTorrent/DHT/Routing.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/DHT/Routing.hs b/src/Network/BitTorrent/DHT/Routing.hs index 106aec31..5dc511bd 100644 --- a/src/Network/BitTorrent/DHT/Routing.hs +++ b/src/Network/BitTorrent/DHT/Routing.hs | |||
@@ -73,7 +73,7 @@ import GHC.Generics | |||
73 | import Text.PrettyPrint as PP hiding ((<>)) | 73 | import Text.PrettyPrint as PP hiding ((<>)) |
74 | import Text.PrettyPrint.Class | 74 | import Text.PrettyPrint.Class |
75 | 75 | ||
76 | import Data.Torrent.InfoHash | 76 | import Data.Torrent |
77 | import Network.BitTorrent.Core | 77 | import Network.BitTorrent.Core |
78 | 78 | ||
79 | {----------------------------------------------------------------------- | 79 | {----------------------------------------------------------------------- |