diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Network/BitTorrent/Core/PeerId.hs | 7 |
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 | ||
37 | import Control.Applicative | 34 | import Control.Applicative |