diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-29 20:30:20 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-29 20:30:20 +0400 |
commit | d4ee859973b200d3f81ea56b2e40847ed8c93510 (patch) | |
tree | bdcafaa8c121cbb5fe8f893f8a1178e0f43ae4c7 /src/Data/Torrent/Client.hs | |
parent | 6fe1682a933f1546d1bb181c6596461b32111025 (diff) |
Add documentation to Magnet module
Diffstat (limited to 'src/Data/Torrent/Client.hs')
-rw-r--r-- | src/Data/Torrent/Client.hs | 1 |
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 | {- |
197 | renderImpl :: ClientImpl -> Text | 198 | renderImpl :: ClientImpl -> Text |
198 | renderImpl = T.pack . L.tail . show | 199 | renderImpl = T.pack . L.tail . show |