diff options
Diffstat (limited to 'src/Network/BitTorrent/Peer.hs')
-rw-r--r-- | src/Network/BitTorrent/Peer.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Peer.hs b/src/Network/BitTorrent/Peer.hs index ff32feb5..660f146f 100644 --- a/src/Network/BitTorrent/Peer.hs +++ b/src/Network/BitTorrent/Peer.hs | |||
@@ -13,4 +13,5 @@ module Network.BitTorrent.Peer | |||
13 | 13 | ||
14 | import Network.BitTorrent.Peer.Addr as P | 14 | import Network.BitTorrent.Peer.Addr as P |
15 | import Network.BitTorrent.Peer.ClientInfo as P | 15 | import Network.BitTorrent.Peer.ClientInfo as P |
16 | import Network.BitTorrent.Peer.ID as P \ No newline at end of file | 16 | import Network.BitTorrent.Peer.ID as P |
17 | import Network.BitTorrent.Peer.Status as P \ No newline at end of file | ||