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/ContactInfo.hs | |
parent | 9b2981d38cfa188099cca07337a3b63747e2c527 (diff) |
Move Infohash and Magnet to Torrent module
Diffstat (limited to 'src/Network/BitTorrent/DHT/ContactInfo.hs')
-rw-r--r-- | src/Network/BitTorrent/DHT/ContactInfo.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/DHT/ContactInfo.hs b/src/Network/BitTorrent/DHT/ContactInfo.hs index 2aedf900..201b84ee 100644 --- a/src/Network/BitTorrent/DHT/ContactInfo.hs +++ b/src/Network/BitTorrent/DHT/ContactInfo.hs | |||
@@ -11,7 +11,7 @@ import Data.Monoid | |||
11 | import Data.HashMap.Strict as HM | 11 | import Data.HashMap.Strict as HM |
12 | import Data.Serialize | 12 | import Data.Serialize |
13 | 13 | ||
14 | import Data.Torrent.InfoHash | 14 | import Data.Torrent |
15 | import Network.BitTorrent.Core.PeerAddr | 15 | import Network.BitTorrent.Core.PeerAddr |
16 | 16 | ||
17 | {- | 17 | {- |