diff options
Diffstat (limited to 'bench')
-rw-r--r-- | bench/Main.hs | 2 |
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 | |||
10 | import Network | 10 | import Network |
11 | 11 | ||
12 | import Network.BitTorrent as BT | 12 | import Network.BitTorrent as BT |
13 | import Network.BitTorrent.Exchange.Protocol as BT | ||
14 | import Network.BitTorrent.Tracker.Protocol as BT | ||
13 | import Data.Bitfield as BT | 15 | import Data.Bitfield as BT |
14 | 16 | ||
15 | 17 | ||