diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-05 05:39:30 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-05 05:39:30 +0400 |
commit | 6f092fb275367b6afe4f0745f975e8ee53012d56 (patch) | |
tree | ad38491e0fa45989d143f8050839ceefb5788b87 /src/Network/BitTorrent/Tracker/Wai.hs | |
parent | 7680dbe4eea3c4882e67cef01d6c7aded8639c13 (diff) |
Simplify Core modules imports
Diffstat (limited to 'src/Network/BitTorrent/Tracker/Wai.hs')
-rw-r--r-- | src/Network/BitTorrent/Tracker/Wai.hs | 2 |
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 | |||
12 | import Network.Wai | 12 | import Network.Wai |
13 | 13 | ||
14 | import Data.Torrent.Progress | 14 | import Data.Torrent.Progress |
15 | import Network.BitTorrent.Core.PeerId | ||
16 | import Network.BitTorrent.Core.PeerAddr | ||
17 | import Network.BitTorrent.Tracker.Message | 15 | import Network.BitTorrent.Tracker.Message |
18 | 16 | ||
19 | 17 | ||