diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-06-09 03:39:34 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-06-09 03:39:34 +0400 |
commit | f2ebdc9e4b0ad69a5a878c8e14b4e1a6bd34a831 (patch) | |
tree | 8e4e3a02fc1c2cb87773674bc192f6e6a81b1ad1 /tests/Main.hs | |
parent | 7bbd628732ec65f9428d7792aa265152a88b5483 (diff) |
~ Hide *.Protocol modules.
Diffstat (limited to 'tests/Main.hs')
-rw-r--r-- | tests/Main.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Main.hs b/tests/Main.hs index 84870d66..f71f2b00 100644 --- a/tests/Main.hs +++ b/tests/Main.hs | |||
@@ -25,7 +25,8 @@ import Data.BEncode as BE | |||
25 | import Data.Bitfield as BF | 25 | import Data.Bitfield as BF |
26 | import Data.Torrent | 26 | import Data.Torrent |
27 | import Network.BitTorrent as BT | 27 | import Network.BitTorrent as BT |
28 | 28 | import Network.BitTorrent.Exchange.Protocol | |
29 | import Network.BitTorrent.Tracker.Protocol | ||
29 | -- import Debug.Trace | 30 | -- import Debug.Trace |
30 | 31 | ||
31 | 32 | ||