summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-24 22:57:05 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-24 22:57:05 +0400
commita3b7d8442feaec251c38609712d24aea208becbb (patch)
treef81d75b55e419f40f69b794095129ea92c4ae52a
parentcadc666a8d56bfe2f1854bc5a7ef99ed769e7369 (diff)
~ Export ClientInfo module.
-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