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.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index ad96a1b8..8bbd774e 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -23,6 +23,7 @@ module Network.BitTorrent
23 , getSessionCount 23 , getSessionCount
24 , getSwarm 24 , getSwarm
25 , getStorage 25 , getStorage
26 , getTorrentInfo
26 27
27 -- * Extensions 28 -- * Extensions
28 , Extension 29 , Extension