summaryrefslogtreecommitdiff
path: root/src/Network/Torrent/PeerWire
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/PeerWire
parentf165e574c8254dbaac892b6cfb29916e9bc1a63b (diff)
+ Add stability and portability doc strings.
Diffstat (limited to 'src/Network/Torrent/PeerWire')
-rw-r--r--src/Network/Torrent/PeerWire/Handshake.hs7
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 #-}
2module Network.Torrent.PeerWire.Handshake 9module Network.Torrent.PeerWire.Handshake
3 ( Handshake 10 ( Handshake