diff options
author | Sam T <sta.cs.vsu@gmail.com> | 2013-04-24 22:57:05 +0400 |
---|---|---|
committer | Sam T <sta.cs.vsu@gmail.com> | 2013-04-24 22:57:05 +0400 |
commit | a3b7d8442feaec251c38609712d24aea208becbb (patch) | |
tree | f81d75b55e419f40f69b794095129ea92c4ae52a /src | |
parent | cadc666a8d56bfe2f1854bc5a7ef99ed769e7369 (diff) |
~ Export ClientInfo module.
Diffstat (limited to 'src')
-rw-r--r-- | src/Network/BitTorrent/PeerWire.hs | 2 |
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 | ||
15 | import Network.BitTorrent.PeerWire.Block | 16 | import Network.BitTorrent.PeerWire.Block |
16 | import Network.BitTorrent.PeerWire.Message | 17 | import Network.BitTorrent.PeerWire.Message |
17 | import Network.BitTorrent.PeerWire.Handshake | 18 | import Network.BitTorrent.PeerWire.Handshake |
19 | import Network.BitTorrent.PeerWire.ClientInfo | ||