summaryrefslogtreecommitdiff
path: root/src/Data
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-17 17:16:56 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-17 17:16:56 +0400
commitf87c00a638b87599f09f87c6da8911157c595705 (patch)
tree3cd2294e4dfe750b217e41a60bc871806d1788fc /src/Data
parentf165e574c8254dbaac892b6cfb29916e9bc1a63b (diff)
+ Add stability and portability doc strings.
Diffstat (limited to 'src/Data')
-rw-r--r--src/Data/Torrent.hs7
-rw-r--r--src/Data/Torrent/InfoHash.hs7
2 files changed, 14 insertions, 0 deletions
diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs
index f38732f5..d9f59626 100644
--- a/src/Data/Torrent.hs
+++ b/src/Data/Torrent.hs
@@ -1,3 +1,10 @@
1-- |
2-- Copyright : (c) Sam T. 2013
3-- License : MIT
4-- Maintainer : pxqr.sta@gmail.com
5-- Stability : experimental
6-- Portability : portable
7--
1{-# OPTIONS -fno-warn-orphans #-} 8{-# OPTIONS -fno-warn-orphans #-}
2{-# LANGUAGE OverloadedStrings #-} 9{-# LANGUAGE OverloadedStrings #-}
3-- | This module provides torrent metainfo serialization. 10-- | This module provides torrent metainfo serialization.
diff --git a/src/Data/Torrent/InfoHash.hs b/src/Data/Torrent/InfoHash.hs
index a5ba3786..51ce0ecd 100644
--- a/src/Data/Torrent/InfoHash.hs
+++ b/src/Data/Torrent/InfoHash.hs
@@ -1,3 +1,10 @@
1-- |
2-- Copyright : (c) Sam T. 2013
3-- License : MIT
4-- Maintainer : pxqr.sta@gmail.com
5-- Stability : experimental
6-- Portability : portable
7--
1{-# LANGUAGE GeneralizedNewtypeDeriving, FlexibleInstances #-} 8{-# LANGUAGE GeneralizedNewtypeDeriving, FlexibleInstances #-}
2module Data.Torrent.InfoHash 9module Data.Torrent.InfoHash
3 ( InfoHash (getInfoHash) 10 ( InfoHash (getInfoHash)