diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-08-16 08:50:08 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-08-16 08:50:08 +0400 |
commit | 6bb92a610c4874ea3fa37fb15cd55c48f219d6ed (patch) | |
tree | e9362f06242d11a55cade4d8705155c6d388a85e /src/Network/BitTorrent/Tracker.hs | |
parent | 1c19636c20e918388ef7f16faa8c6fb617d917d8 (diff) |
~ Remove torrent-content modules.
Diffstat (limited to 'src/Network/BitTorrent/Tracker.hs')
-rw-r--r-- | src/Network/BitTorrent/Tracker.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Tracker.hs b/src/Network/BitTorrent/Tracker.hs index e1e6ea71..e98f1e94 100644 --- a/src/Network/BitTorrent/Tracker.hs +++ b/src/Network/BitTorrent/Tracker.hs | |||
@@ -39,7 +39,7 @@ import Data.IORef | |||
39 | import Network | 39 | import Network |
40 | import Network.URI | 40 | import Network.URI |
41 | 41 | ||
42 | import Data.Torrent | 42 | import Data.Torrent.Metainfo |
43 | import Network.BitTorrent.Peer | 43 | import Network.BitTorrent.Peer |
44 | import Network.BitTorrent.Sessions.Types | 44 | import Network.BitTorrent.Sessions.Types |
45 | import Network.BitTorrent.Tracker.Protocol | 45 | import Network.BitTorrent.Tracker.Protocol |