summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Tracker/Wai.hs
diff options
context:
space:
mode:
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