summaryrefslogtreecommitdiff
path: root/src/Network/Torrent/PeerWire.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/Torrent/PeerWire.hs')
-rw-r--r--src/Network/Torrent/PeerWire.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Network/Torrent/PeerWire.hs b/src/Network/Torrent/PeerWire.hs
index 27ecda79..f84b7016 100644
--- a/src/Network/Torrent/PeerWire.hs
+++ b/src/Network/Torrent/PeerWire.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 DoAndIfThenElse #-} 8{-# LANGUAGE DoAndIfThenElse #-}
2module Network.Torrent.PeerWire 9module Network.Torrent.PeerWire
3 ( module Network.Torrent.PeerWire.Handshake 10 ( module Network.Torrent.PeerWire.Handshake