diff options
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r-- | src/Network/BitTorrent.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs index bd23b980..3d2406a8 100644 --- a/src/Network/BitTorrent.hs +++ b/src/Network/BitTorrent.hs | |||
@@ -7,6 +7,7 @@ | |||
7 | -- | 7 | -- |
8 | module Network.BitTorrent (module BT) where | 8 | module Network.BitTorrent (module BT) where |
9 | 9 | ||
10 | import Network.BitTorrent.Extension as BT | ||
10 | import Network.BitTorrent.Peer as BT | 11 | import Network.BitTorrent.Peer as BT |
11 | import Network.BitTorrent.PeerWire as BT | 12 | import Network.BitTorrent.PeerWire as BT |
12 | import Network.BitTorrent.Tracker as BT | 13 | import Network.BitTorrent.Tracker as BT |