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/Wai.hs | |
parent | 6eefd65b82bb277d84473d39618ca18a8cfe7152 (diff) |
Rename tracker Message module
Diffstat (limited to 'src/Network/BitTorrent/Tracker/Wai.hs')
-rw-r--r-- | src/Network/BitTorrent/Tracker/Wai.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Tracker/Wai.hs b/src/Network/BitTorrent/Tracker/Wai.hs index f4cff5dc..51fd8153 100644 --- a/src/Network/BitTorrent/Tracker/Wai.hs +++ b/src/Network/BitTorrent/Tracker/Wai.hs | |||
@@ -14,7 +14,7 @@ import Network.Wai | |||
14 | import Data.Torrent.Progress | 14 | import Data.Torrent.Progress |
15 | import Network.BitTorrent.Core.PeerId | 15 | import Network.BitTorrent.Core.PeerId |
16 | import Network.BitTorrent.Core.PeerAddr | 16 | import Network.BitTorrent.Core.PeerAddr |
17 | import Network.BitTorrent.Tracker.RPC.Message | 17 | import Network.BitTorrent.Tracker.Message |
18 | 18 | ||
19 | 19 | ||
20 | data TrackerSettings = TrackerSettings | 20 | data TrackerSettings = TrackerSettings |