summaryrefslogtreecommitdiff
path: root/src/Data/Torrent/Client.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-29 20:30:20 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-29 20:30:20 +0400
commitd4ee859973b200d3f81ea56b2e40847ed8c93510 (patch)
treebdcafaa8c121cbb5fe8f893f8a1178e0f43ae4c7 /src/Data/Torrent/Client.hs
parent6fe1682a933f1546d1bb181c6596461b32111025 (diff)
Add documentation to Magnet module
Diffstat (limited to 'src/Data/Torrent/Client.hs')
-rw-r--r--src/Data/Torrent/Client.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Data/Torrent/Client.hs b/src/Data/Torrent/Client.hs
index 122f779d..a21a9c92 100644
--- a/src/Data/Torrent/Client.hs
+++ b/src/Data/Torrent/Client.hs
@@ -193,6 +193,7 @@ libClientInfo = ClientInfo IlibHSbittorrent version
193{----------------------------------------------------------------------- 193{-----------------------------------------------------------------------
194-- For torrent file 194-- For torrent file
195-----------------------------------------------------------------------} 195-----------------------------------------------------------------------}
196-- TODO collect information about createdBy torrent field
196{- 197{-
197renderImpl :: ClientImpl -> Text 198renderImpl :: ClientImpl -> Text
198renderImpl = T.pack . L.tail . show 199renderImpl = T.pack . L.tail . show