From aaf7ecf00fe34c4b581937713c3308d7e7221360 Mon Sep 17 00:00:00 2001 From: Sam T Date: Sat, 8 Jun 2013 00:39:24 +0400 Subject: ~ Merge Block and Handshake into Protocol. We could provide better api this way. Also this refactoring should reduce compilation time. --- src/Network/BitTorrent/PeerWire.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Network/BitTorrent/PeerWire.hs') diff --git a/src/Network/BitTorrent/PeerWire.hs b/src/Network/BitTorrent/PeerWire.hs index 5ac4c7f3..b048fe1f 100644 --- a/src/Network/BitTorrent/PeerWire.hs +++ b/src/Network/BitTorrent/PeerWire.hs @@ -8,7 +8,5 @@ {-# LANGUAGE DoAndIfThenElse #-} module Network.BitTorrent.PeerWire (module PW) where -import Network.BitTorrent.PeerWire.Block as PW import Network.BitTorrent.PeerWire.Selection as PW import Network.BitTorrent.PeerWire.Protocol as PW -import Network.BitTorrent.PeerWire.Handshake as PW -- cgit v1.2.3