summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Tracker/Wai.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-05 05:39:30 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-05 05:39:30 +0400
commit6f092fb275367b6afe4f0745f975e8ee53012d56 (patch)
treead38491e0fa45989d143f8050839ceefb5788b87 /src/Network/BitTorrent/Tracker/Wai.hs
parent7680dbe4eea3c4882e67cef01d6c7aded8639c13 (diff)
Simplify Core modules imports
Diffstat (limited to 'src/Network/BitTorrent/Tracker/Wai.hs')
-rw-r--r--src/Network/BitTorrent/Tracker/Wai.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Tracker/Wai.hs b/src/Network/BitTorrent/Tracker/Wai.hs
index 51fd8153..770816b4 100644
--- a/src/Network/BitTorrent/Tracker/Wai.hs
+++ b/src/Network/BitTorrent/Tracker/Wai.hs
@@ -12,8 +12,6 @@ import Network.HTTP.Types
12import Network.Wai 12import Network.Wai
13 13
14import Data.Torrent.Progress 14import Data.Torrent.Progress
15import Network.BitTorrent.Core.PeerId
16import Network.BitTorrent.Core.PeerAddr
17import Network.BitTorrent.Tracker.Message 15import Network.BitTorrent.Tracker.Message
18 16
19 17