summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Tracker/Wai.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-05 02:58:19 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-05 02:58:19 +0400
commit2ed8ba6370da4a216acbc58751e89773e8dfd1af (patch)
tree0ba4781185a0ee848a956e5ed49de11e4746b59b /src/Network/BitTorrent/Tracker/Wai.hs
parent6eefd65b82bb277d84473d39618ca18a8cfe7152 (diff)
Rename tracker Message module
Diffstat (limited to 'src/Network/BitTorrent/Tracker/Wai.hs')
-rw-r--r--src/Network/BitTorrent/Tracker/Wai.hs2
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
14import Data.Torrent.Progress 14import Data.Torrent.Progress
15import Network.BitTorrent.Core.PeerId 15import Network.BitTorrent.Core.PeerId
16import Network.BitTorrent.Core.PeerAddr 16import Network.BitTorrent.Core.PeerAddr
17import Network.BitTorrent.Tracker.RPC.Message 17import Network.BitTorrent.Tracker.Message
18 18
19 19
20data TrackerSettings = TrackerSettings 20data TrackerSettings = TrackerSettings