summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Network/BitTorrent/Core/Fingerprint.hs (renamed from src/Data/Torrent/Client.hs)2
-rw-r--r--src/Network/BitTorrent/Core/PeerId.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Data/Torrent/Client.hs b/src/Network/BitTorrent/Core/Fingerprint.hs
index a21a9c92..e2fbb777 100644
--- a/src/Data/Torrent/Client.hs
+++ b/src/Network/BitTorrent/Core/Fingerprint.hs
@@ -21,7 +21,7 @@
21-- done using 'Network.BitTorrent.Extension'! 21-- done using 'Network.BitTorrent.Extension'!
22-- 22--
23{-# OPTIONS -fno-warn-orphans #-} 23{-# OPTIONS -fno-warn-orphans #-}
24module Data.Torrent.Client 24module Network.BitTorrent.Core.Fingerprint
25 ( ClientImpl (..) 25 ( ClientImpl (..)
26 , ClientInfo (..) 26 , ClientInfo (..)
27 , libClientInfo 27 , libClientInfo
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