summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Main.hs5
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
27import Network.BitTorrent as BT 27import Network.BitTorrent as BT
28import Network.BitTorrent.Exchange.Protocol 28import Network.BitTorrent.Exchange.Protocol
29import Network.BitTorrent.Tracker.Protocol 29import Network.BitTorrent.Tracker.Protocol
30import Network.BitTorrent.Extension
31import Network.BitTorrent.Exchange
32import Network.BitTorrent.Tracker
33import Network.BitTorrent.Peer
34
30-- import Debug.Trace 35-- import Debug.Trace
31 36
32 37