summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Exchange.hs')
-rw-r--r--src/Network/BitTorrent/Exchange.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Exchange.hs b/src/Network/BitTorrent/Exchange.hs
index dd1f9d0b..2173cf8b 100644
--- a/src/Network/BitTorrent/Exchange.hs
+++ b/src/Network/BitTorrent/Exchange.hs
@@ -45,6 +45,7 @@ import Data.Torrent
45data Event = Available Bitfield 45data Event = Available Bitfield
46 | Want 46 | Want
47 | Block 47 | Block
48 deriving Show
48 49
49{----------------------------------------------------------------------- 50{-----------------------------------------------------------------------
50 Peer wire 51 Peer wire