summaryrefslogtreecommitdiff
path: root/src/Network
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-26 06:28:12 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-26 06:28:12 +0400
commit8faf05f27f955ce3633ede220ac8da97488cd229 (patch)
tree02ba8e20c407cbd56f2696ea5f7ef59b8cb5372b /src/Network
parent0ec645b8e89c9b0177377812f7e4035c2c94ce1b (diff)
Hide byteStringPadded function
Diffstat (limited to 'src/Network')
-rw-r--r--src/Network/BitTorrent/Core/PeerId.hs7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/Network/BitTorrent/Core/PeerId.hs b/src/Network/BitTorrent/Core/PeerId.hs
index beec7408..2c79739a 100644
--- a/src/Network/BitTorrent/Core/PeerId.hs
+++ b/src/Network/BitTorrent/Core/PeerId.hs
@@ -24,14 +24,11 @@ module Network.BitTorrent.Core.PeerId
24 -- * Encoding 24 -- * Encoding
25 , azureusStyle 25 , azureusStyle
26 , shadowStyle 26 , shadowStyle
27 , defaultClientId
28 , defaultVersionNumber
27 29
28 -- * Decoding 30 -- * Decoding
29 , clientInfo 31 , clientInfo
30
31 -- * Extra
32 , byteStringPadded
33 , defaultClientId
34 , defaultVersionNumber
35 ) where 32 ) where
36 33
37import Control.Applicative 34import Control.Applicative