summaryrefslogtreecommitdiff
path: root/src/Network/Torrent/Tracker.hs
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/Network/Torrent/Tracker.hs
parentf165e574c8254dbaac892b6cfb29916e9bc1a63b (diff)
+ Add stability and portability doc strings.
Diffstat (limited to 'src/Network/Torrent/Tracker.hs')
-rw-r--r--src/Network/Torrent/Tracker.hs9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/Network/Torrent/Tracker.hs b/src/Network/Torrent/Tracker.hs
index 0d38cc05..ffbdc949 100644
--- a/src/Network/Torrent/Tracker.hs
+++ b/src/Network/Torrent/Tracker.hs
@@ -1,4 +1,11 @@
1-- TODO: add "compact" field 1-- TODO: add "compact" field to TRequest
2-- |
3-- Copyright : (c) Sam T. 2013
4-- License : MIT
5-- Maintainer : pxqr.sta@gmail.com
6-- Stability : experimental
7-- Portability : non-portable
8--
2{-# OPTIONS -fno-warn-orphans #-} 9{-# OPTIONS -fno-warn-orphans #-}
3{-# LANGUAGE OverloadedStrings #-} 10{-# LANGUAGE OverloadedStrings #-}
4module Network.Torrent.Tracker 11module Network.Torrent.Tracker