summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-28 17:23:14 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-28 17:23:14 +0400
commit03ff67fa8c9153a5c6bd9ea765b0de2b5c90b0db (patch)
tree30d4144318ec12ec6e3b5fcc2a529a5fb2c3459f /src
parent8bd50e4c3753af0706be099946b2921b33d78dba (diff)
Add link to the magnet: uri scheme registration entry
Diffstat (limited to 'src')
-rw-r--r--src/Data/Torrent/Magnet.hs7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Data/Torrent/Magnet.hs b/src/Data/Torrent/Magnet.hs
index ae6a8dc5..aad0debe 100644
--- a/src/Data/Torrent/Magnet.hs
+++ b/src/Data/Torrent/Magnet.hs
@@ -13,10 +13,11 @@
13-- This module provides bittorrent specific implementation of magnet 13-- This module provides bittorrent specific implementation of magnet
14-- links. 14-- links.
15-- 15--
16-- For more info see: 16-- For generic magnet uri scheme see:
17-- <http://magnet-uri.sourceforge.net/magnet-draft-overview.txt> 17-- <http://magnet-uri.sourceforge.net/magnet-draft-overview.txt>,
18-- <http://www.iana.org/assignments/uri-schemes/prov/magnet>
18-- 19--
19-- Bittorrent specific info: 20-- Bittorrent specific details:
20-- <http://www.bittorrent.org/beps/bep_0009.html> 21-- <http://www.bittorrent.org/beps/bep_0009.html>
21-- 22--
22{-# LANGUAGE NamedFieldPuns #-} 23{-# LANGUAGE NamedFieldPuns #-}