summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent')
-rw-r--r--src/Network/BitTorrent/PeerWire.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/PeerWire.hs b/src/Network/BitTorrent/PeerWire.hs
index 768da5f2..b53cd22c 100644
--- a/src/Network/BitTorrent/PeerWire.hs
+++ b/src/Network/BitTorrent/PeerWire.hs
@@ -10,8 +10,10 @@ module Network.BitTorrent.PeerWire
10 ( module Network.BitTorrent.PeerWire.Block 10 ( module Network.BitTorrent.PeerWire.Block
11 , module Network.BitTorrent.PeerWire.Message 11 , module Network.BitTorrent.PeerWire.Message
12 , module Network.BitTorrent.PeerWire.Handshake 12 , module Network.BitTorrent.PeerWire.Handshake
13 , module Network.BitTorrent.PeerWire.ClientInfo
13 ) where 14 ) where
14 15
15import Network.BitTorrent.PeerWire.Block 16import Network.BitTorrent.PeerWire.Block
16import Network.BitTorrent.PeerWire.Message 17import Network.BitTorrent.PeerWire.Message
17import Network.BitTorrent.PeerWire.Handshake 18import Network.BitTorrent.PeerWire.Handshake
19import Network.BitTorrent.PeerWire.ClientInfo