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 | |
parent | 7680dbe4eea3c4882e67cef01d6c7aded8639c13 (diff) |
Simplify Core modules imports
Diffstat (limited to 'src/Network/BitTorrent/Tracker')
-rw-r--r-- | src/Network/BitTorrent/Tracker/Message.hs | 3 | ||||
-rw-r--r-- | src/Network/BitTorrent/Tracker/Wai.hs | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/Network/BitTorrent/Tracker/Message.hs b/src/Network/BitTorrent/Tracker/Message.hs index e8e4cf0e..212181b9 100644 --- a/src/Network/BitTorrent/Tracker/Message.hs +++ b/src/Network/BitTorrent/Tracker/Message.hs | |||
@@ -88,8 +88,7 @@ import Text.Read (readMaybe) | |||
88 | 88 | ||
89 | import Data.Torrent.InfoHash | 89 | import Data.Torrent.InfoHash |
90 | import Data.Torrent.Progress | 90 | import Data.Torrent.Progress |
91 | import Network.BitTorrent.Core.PeerId | 91 | import Network.BitTorrent.Core |
92 | import Network.BitTorrent.Core.PeerAddr | ||
93 | 92 | ||
94 | 93 | ||
95 | {----------------------------------------------------------------------- | 94 | {----------------------------------------------------------------------- |
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 | ||