summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r--src/Network/BitTorrent.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index 319e66a1..8cb928d3 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -29,6 +29,10 @@ module Network.BitTorrent
29 , getClient 29 , getClient
30 , simpleClient 30 , simpleClient
31 31
32 -- ** Events
33 , ClientEvent (..)
34 , subscription
35
32 -- * Torrent 36 -- * Torrent
33 -- ** Source 37 -- ** Source
34 , InfoHash 38 , InfoHash