summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Message.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-28 18:57:27 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-28 18:57:27 +0400
commit7259eb7fc54896ab2efcc8dd5f5cb8077ac6bdb1 (patch)
tree9ecc3d6d1c003e18980481c81e60a9d3af93e9b1 /src/Network/BitTorrent/Exchange/Message.hs
parente9421f9d72e492270a6a3fa11ed6c47f60e7fa5c (diff)
Refactor exchange namespaces
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Message.hs')
-rw-r--r--src/Network/BitTorrent/Exchange/Message.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Message.hs b/src/Network/BitTorrent/Exchange/Message.hs
index 4ef7baf3..4d4a97e2 100644
--- a/src/Network/BitTorrent/Exchange/Message.hs
+++ b/src/Network/BitTorrent/Exchange/Message.hs
@@ -27,7 +27,7 @@
27-- 27--
28{-# LANGUAGE TemplateHaskell #-} 28{-# LANGUAGE TemplateHaskell #-}
29{-# OPTIONS -fno-warn-orphans #-} 29{-# OPTIONS -fno-warn-orphans #-}
30module Network.BitTorrent.Exchange.Protocol 30module Network.BitTorrent.Exchange.Message
31 ( -- * Initial handshake 31 ( -- * Initial handshake
32 Handshake(..) 32 Handshake(..)
33 , handshake 33 , handshake