summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent.hs
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-07-17 03:13:23 +0400
committerSam T <pxqr.sta@gmail.com>2013-07-17 03:13:23 +0400
commit36cac7b4646d64c485320f066e6fb6a2a54427d3 (patch)
tree2c2f825f38ab60770088ff6ee08da40eea41305f /src/Network/BitTorrent.hs
parentb2b6e8e2bef7c87f0c8026766eec92aab0ff1e3e (diff)
+ Get torrent info with caching.
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