summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Core/PeerId.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-05 04:47:45 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-05 04:47:45 +0400
commit3399beaf2f38d19ed615655f865f3bc8b0cb9309 (patch)
treecade0c0bc8e337617266cf3f4a6ef27a747da788 /src/Network/BitTorrent/Core/PeerId.hs
parent36d3f9b1d3e536035a02bf0afd33c2f0efa6e892 (diff)
Rename Client module to Fingerprint
Diffstat (limited to 'src/Network/BitTorrent/Core/PeerId.hs')
-rw-r--r--src/Network/BitTorrent/Core/PeerId.hs2
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 ((<>))
62import Text.PrettyPrint.Class 62import Text.PrettyPrint.Class
63import Text.Read (readMaybe) 63import Text.Read (readMaybe)
64 64
65import Data.Torrent.Client 65import 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