diff options
Diffstat (limited to 'src/Network/BitTorrent/Core/PeerId.hs')
-rw-r--r-- | src/Network/BitTorrent/Core/PeerId.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Core/PeerId.hs b/src/Network/BitTorrent/Core/PeerId.hs index 1b4409a8..8deb854a 100644 --- a/src/Network/BitTorrent/Core/PeerId.hs +++ b/src/Network/BitTorrent/Core/PeerId.hs | |||
@@ -62,7 +62,7 @@ import Text.PrettyPrint hiding ((<>)) | |||
62 | import Text.PrettyPrint.Class | 62 | import Text.PrettyPrint.Class |
63 | import Text.Read (readMaybe) | 63 | import Text.Read (readMaybe) |
64 | 64 | ||
65 | import Data.Torrent.Client | 65 | import Network.BitTorrent.Core.Fingerprint |
66 | 66 | ||
67 | -- TODO use unpacked Word160 form (length is known statically) | 67 | -- TODO use unpacked Word160 form (length is known statically) |
68 | 68 | ||