From a3b7d8442feaec251c38609712d24aea208becbb Mon Sep 17 00:00:00 2001 From: Sam T Date: Wed, 24 Apr 2013 22:57:05 +0400 Subject: ~ Export ClientInfo module. --- src/Network/BitTorrent/PeerWire.hs | 2 ++ 1 file changed, 2 insertions(+) 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 ( module Network.BitTorrent.PeerWire.Block , module Network.BitTorrent.PeerWire.Message , module Network.BitTorrent.PeerWire.Handshake + , module Network.BitTorrent.PeerWire.ClientInfo ) where import Network.BitTorrent.PeerWire.Block import Network.BitTorrent.PeerWire.Message import Network.BitTorrent.PeerWire.Handshake +import Network.BitTorrent.PeerWire.ClientInfo -- cgit v1.2.3