diff options
Diffstat (limited to 'src/Network/BitTorrent/Tracker')
-rw-r--r-- | src/Network/BitTorrent/Tracker/HTTP.hs | 2 | ||||
-rw-r--r-- | src/Network/BitTorrent/Tracker/Protocol.hs | 2 | ||||
-rw-r--r-- | src/Network/BitTorrent/Tracker/UDP.hs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Network/BitTorrent/Tracker/HTTP.hs b/src/Network/BitTorrent/Tracker/HTTP.hs index 0ada154b..f781b847 100644 --- a/src/Network/BitTorrent/Tracker/HTTP.hs +++ b/src/Network/BitTorrent/Tracker/HTTP.hs | |||
@@ -30,7 +30,7 @@ import Data.URLEncoded as URL | |||
30 | import Network.URI | 30 | import Network.URI |
31 | import Network.HTTP | 31 | import Network.HTTP |
32 | 32 | ||
33 | import Data.Torrent | 33 | import Data.Torrent.Metainfo |
34 | import Network.BitTorrent.Tracker.Protocol | 34 | import Network.BitTorrent.Tracker.Protocol |
35 | 35 | ||
36 | {----------------------------------------------------------------------- | 36 | {----------------------------------------------------------------------- |
diff --git a/src/Network/BitTorrent/Tracker/Protocol.hs b/src/Network/BitTorrent/Tracker/Protocol.hs index ee395883..c468656f 100644 --- a/src/Network/BitTorrent/Tracker/Protocol.hs +++ b/src/Network/BitTorrent/Tracker/Protocol.hs | |||
@@ -44,7 +44,7 @@ import Data.Text (Text) | |||
44 | import Data.Text.Encoding | 44 | import Data.Text.Encoding |
45 | import Data.Serialize hiding (Result) | 45 | import Data.Serialize hiding (Result) |
46 | import Data.URLEncoded as URL | 46 | import Data.URLEncoded as URL |
47 | import Data.Torrent | 47 | import Data.Torrent.Metainfo |
48 | 48 | ||
49 | import Network | 49 | import Network |
50 | import Network.Socket | 50 | import Network.Socket |
diff --git a/src/Network/BitTorrent/Tracker/UDP.hs b/src/Network/BitTorrent/Tracker/UDP.hs index 43de7663..13e1298b 100644 --- a/src/Network/BitTorrent/Tracker/UDP.hs +++ b/src/Network/BitTorrent/Tracker/UDP.hs | |||
@@ -24,7 +24,7 @@ import Data.Text.Encoding | |||
24 | import Network.Socket hiding (Connected) | 24 | import Network.Socket hiding (Connected) |
25 | import Network.Socket.ByteString as BS | 25 | import Network.Socket.ByteString as BS |
26 | 26 | ||
27 | import Data.Torrent () | 27 | import Data.Torrent.Metainfo () |
28 | import Network.BitTorrent.Tracker.Protocol | 28 | import Network.BitTorrent.Tracker.Protocol |
29 | 29 | ||
30 | 30 | ||