summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Internal.hs
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-07-07 02:50:52 +0400
committerSam T <pxqr.sta@gmail.com>2013-07-07 02:50:52 +0400
commit0214143031eb11d2935dec29d2c88d7a011e5d9e (patch)
tree33dddbcb6cba199c31799b9140a1aa26744dfc13 /src/Network/BitTorrent/Internal.hs
parent35a6426fc2b317850670eb038800f0cd96e59aee (diff)
~ Another Literate Haskell test.
Diffstat (limited to 'src/Network/BitTorrent/Internal.hs')
-rw-r--r--src/Network/BitTorrent/Internal.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Internal.hs b/src/Network/BitTorrent/Internal.hs
index 964dfd75..dd5f3bb7 100644
--- a/src/Network/BitTorrent/Internal.hs
+++ b/src/Network/BitTorrent/Internal.hs
@@ -55,6 +55,10 @@ module Network.BitTorrent.Internal
55 , ThreadCount 55 , ThreadCount
56 , defaultThreadCount 56 , defaultThreadCount
57 57
58 , TorrentLoc(..)
59 , registerTorrent
60 , unregisterTorrent
61
58 , newClient 62 , newClient
59 63
60 , getCurrentProgress 64 , getCurrentProgress