diff options
author | Sam T <sta.cs.vsu@gmail.com> | 2013-04-17 17:16:56 +0400 |
---|---|---|
committer | Sam T <sta.cs.vsu@gmail.com> | 2013-04-17 17:16:56 +0400 |
commit | f87c00a638b87599f09f87c6da8911157c595705 (patch) | |
tree | 3cd2294e4dfe750b217e41a60bc871806d1788fc /src/Network/Torrent/PeerWire | |
parent | f165e574c8254dbaac892b6cfb29916e9bc1a63b (diff) |
+ Add stability and portability doc strings.
Diffstat (limited to 'src/Network/Torrent/PeerWire')
-rw-r--r-- | src/Network/Torrent/PeerWire/Handshake.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Network/Torrent/PeerWire/Handshake.hs b/src/Network/Torrent/PeerWire/Handshake.hs index 8177fe41..733d5785 100644 --- a/src/Network/Torrent/PeerWire/Handshake.hs +++ b/src/Network/Torrent/PeerWire/Handshake.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 OverloadedStrings #-} | 8 | {-# LANGUAGE OverloadedStrings #-} |
2 | module Network.Torrent.PeerWire.Handshake | 9 | module Network.Torrent.PeerWire.Handshake |
3 | ( Handshake | 10 | ( Handshake |