summaryrefslogtreecommitdiff
path: root/src/Data/Torrent
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/Torrent')
-rw-r--r--src/Data/Torrent/InfoHash.hs2
-rw-r--r--src/Data/Torrent/Magnet.hs2
-rw-r--r--src/Data/Torrent/URN.hs2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Data/Torrent/InfoHash.hs b/src/Data/Torrent/InfoHash.hs
index 08cee3c9..f730effa 100644
--- a/src/Data/Torrent/InfoHash.hs
+++ b/src/Data/Torrent/InfoHash.hs
@@ -2,7 +2,7 @@
2-- Copyright : (c) Sam Truzjan 2013 2-- Copyright : (c) Sam Truzjan 2013
3-- License : BSD3 3-- License : BSD3
4-- Maintainer : pxqr.sta@gmail.com 4-- Maintainer : pxqr.sta@gmail.com
5-- Stability : experimental 5-- Stability : provisional
6-- Portability : portable 6-- Portability : portable
7-- 7--
8-- Infohash is a unique identifier of torrent. 8-- Infohash is a unique identifier of torrent.
diff --git a/src/Data/Torrent/Magnet.hs b/src/Data/Torrent/Magnet.hs
index 1a675be4..daa09fbb 100644
--- a/src/Data/Torrent/Magnet.hs
+++ b/src/Data/Torrent/Magnet.hs
@@ -2,7 +2,7 @@
2-- Copyright : (c) Sam Truzjan 2013 2-- Copyright : (c) Sam Truzjan 2013
3-- License : BSD3 3-- License : BSD3
4-- Maintainer : pxqr.sta@gmail.com 4-- Maintainer : pxqr.sta@gmail.com
5-- Stability : experimental 5-- Stability : provisional
6-- Portability : portable 6-- Portability : portable
7-- 7--
8-- Parsing and rendering of magnet URIs. 8-- Parsing and rendering of magnet URIs.
diff --git a/src/Data/Torrent/URN.hs b/src/Data/Torrent/URN.hs
index cb3aef02..e9a0bd00 100644
--- a/src/Data/Torrent/URN.hs
+++ b/src/Data/Torrent/URN.hs
@@ -2,7 +2,7 @@
2-- Copyright : (c) Sam Truzjan 2013 2-- Copyright : (c) Sam Truzjan 2013
3-- License : BSD3 3-- License : BSD3
4-- Maintainer : pxqr.sta@gmail.com 4-- Maintainer : pxqr.sta@gmail.com
5-- Stability : experimental 5-- Stability : provisional
6-- Portability : portable 6-- Portability : portable
7-- 7--
8-- URN is pesistent location-independent identifier for 8-- URN is pesistent location-independent identifier for