diff options
Diffstat (limited to 'src/Network')
-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 | ||