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.hs17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/Network/Torrent/PeerWire.hs b/src/Network/Torrent/PeerWire.hs
deleted file mode 100644
index 887e56d5..00000000
--- a/src/Network/Torrent/PeerWire.hs
+++ /dev/null
@@ -1,17 +0,0 @@
1-- |
2-- Copyright : (c) Sam T. 2013
3-- License : MIT
4-- Maintainer : pxqr.sta@gmail.com
5-- Stability : experimental
6-- Portability : portable
7--
8{-# LANGUAGE DoAndIfThenElse #-}
9module Network.Torrent.PeerWire
10 ( module Network.Torrent.PeerWire.Block
11 , module Network.Torrent.PeerWire.Message
12 , module Network.Torrent.PeerWire.Handshake
13 ) where
14
15import Network.Torrent.PeerWire.Block
16import Network.Torrent.PeerWire.Message
17import Network.Torrent.PeerWire.Handshake