diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Data/Torrent/Magnet.hs | 7 |
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 #-} |