diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-05 04:47:45 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-05 04:47:45 +0400 |
commit | 3399beaf2f38d19ed615655f865f3bc8b0cb9309 (patch) | |
tree | cade0c0bc8e337617266cf3f4a6ef27a747da788 /src | |
parent | 36d3f9b1d3e536035a02bf0afd33c2f0efa6e892 (diff) |
Rename Client module to Fingerprint
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.hs | 2 |
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 #-} |
24 | module Data.Torrent.Client | 24 | module 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 ((<>)) | |||
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 | ||