summaryrefslogtreecommitdiff
path: root/src/Network/Torrent/PeerWire
diff options
context:
space:
mode:
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