summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Protocol.hs
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-08 02:14:00 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-08 02:14:00 +0400
commit2b617c99c60a5ed93eb2e9138f258663ab2603bd (patch)
tree223572d082c0f153131151fd9c2b52af6cc545f0 /src/Network/BitTorrent/Exchange/Protocol.hs
parenta548a0ec725ddc3cd1d3c4407f8e2e7210d44f83 (diff)
~ Fix build fail after renaming.
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Protocol.hs')
-rw-r--r--src/Network/BitTorrent/Exchange/Protocol.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Protocol.hs b/src/Network/BitTorrent/Exchange/Protocol.hs
index cab54ef5..8cfcc79d 100644
--- a/src/Network/BitTorrent/Exchange/Protocol.hs
+++ b/src/Network/BitTorrent/Exchange/Protocol.hs
@@ -12,7 +12,7 @@
12-- 12--
13{-# LANGUAGE OverloadedStrings #-} 13{-# LANGUAGE OverloadedStrings #-}
14{-# LANGUAGE RecordWildCards #-} 14{-# LANGUAGE RecordWildCards #-}
15module Network.BitTorrent.PeerWire.Protocol 15module Network.BitTorrent.Exchange.Protocol
16 ( -- * Inital handshake 16 ( -- * Inital handshake
17 Handshake(..), ppHandshake 17 Handshake(..), ppHandshake
18 , handshake , handshakeCaps 18 , handshake , handshakeCaps