diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Main.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Main.hs b/tests/Main.hs index f71f2b00..3a379f47 100644 --- a/tests/Main.hs +++ b/tests/Main.hs | |||
@@ -27,6 +27,11 @@ import Data.Torrent | |||
27 | import Network.BitTorrent as BT | 27 | import Network.BitTorrent as BT |
28 | import Network.BitTorrent.Exchange.Protocol | 28 | import Network.BitTorrent.Exchange.Protocol |
29 | import Network.BitTorrent.Tracker.Protocol | 29 | import Network.BitTorrent.Tracker.Protocol |
30 | import Network.BitTorrent.Extension | ||
31 | import Network.BitTorrent.Exchange | ||
32 | import Network.BitTorrent.Tracker | ||
33 | import Network.BitTorrent.Peer | ||
34 | |||
30 | -- import Debug.Trace | 35 | -- import Debug.Trace |
31 | 36 | ||
32 | 37 | ||