diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-05 02:58:19 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-05 02:58:19 +0400 |
commit | 2ed8ba6370da4a216acbc58751e89773e8dfd1af (patch) | |
tree | 0ba4781185a0ee848a956e5ed49de11e4746b59b /src/Network/BitTorrent/Tracker/RPC/HTTP.hs | |
parent | 6eefd65b82bb277d84473d39618ca18a8cfe7152 (diff) |
Rename tracker Message module
Diffstat (limited to 'src/Network/BitTorrent/Tracker/RPC/HTTP.hs')
-rw-r--r-- | src/Network/BitTorrent/Tracker/RPC/HTTP.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Tracker/RPC/HTTP.hs b/src/Network/BitTorrent/Tracker/RPC/HTTP.hs index 2006ae70..21013d20 100644 --- a/src/Network/BitTorrent/Tracker/RPC/HTTP.hs +++ b/src/Network/BitTorrent/Tracker/RPC/HTTP.hs | |||
@@ -39,7 +39,7 @@ import Network.HTTP.Conduit.Internal | |||
39 | import Network.HTTP.Types.URI | 39 | import Network.HTTP.Types.URI |
40 | 40 | ||
41 | import Data.Torrent.InfoHash | 41 | import Data.Torrent.InfoHash |
42 | import Network.BitTorrent.Tracker.RPC.Message | 42 | import Network.BitTorrent.Tracker.Message |
43 | 43 | ||
44 | 44 | ||
45 | data Connection = Connection | 45 | data Connection = Connection |