summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-09 03:39:34 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-09 03:39:34 +0400
commitf2ebdc9e4b0ad69a5a878c8e14b4e1a6bd34a831 (patch)
tree8e4e3a02fc1c2cb87773674bc192f6e6a81b1ad1 /bench
parent7bbd628732ec65f9428d7792aa265152a88b5483 (diff)
~ Hide *.Protocol modules.
Diffstat (limited to 'bench')
-rw-r--r--bench/Main.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/Main.hs b/bench/Main.hs
index 120f5b04..0037c66b 100644
--- a/bench/Main.hs
+++ b/bench/Main.hs
@@ -10,6 +10,8 @@ import Data.Serialize
10import Network 10import Network
11 11
12import Network.BitTorrent as BT 12import Network.BitTorrent as BT
13import Network.BitTorrent.Exchange.Protocol as BT
14import Network.BitTorrent.Tracker.Protocol as BT
13import Data.Bitfield as BT 15import Data.Bitfield as BT
14 16
15 17