diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-28 17:03:38 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-28 17:03:38 +0400 |
commit | 33e5e90ac9c8d1b021fe157912233f433c01810a (patch) | |
tree | 1fc5090cedd7c505e6f75f23944c9d533d55b221 /src | |
parent | fd44b038069fceeb454db082c71d5abd280c72ae (diff) |
Bump stability for InfoHash, URN, Magnet modules
Diffstat (limited to 'src')
-rw-r--r-- | src/Data/Torrent/InfoHash.hs | 2 | ||||
-rw-r--r-- | src/Data/Torrent/Magnet.hs | 2 | ||||
-rw-r--r-- | src/Data/Torrent/URN.hs | 2 |
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 |