diff options
Diffstat (limited to 'src/Network/BitTorrent/Core')
-rw-r--r-- | src/Network/BitTorrent/Core/PeerId.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Core/PeerId.hs b/src/Network/BitTorrent/Core/PeerId.hs index 68a02399..3f90347c 100644 --- a/src/Network/BitTorrent/Core/PeerId.hs +++ b/src/Network/BitTorrent/Core/PeerId.hs | |||
@@ -14,7 +14,7 @@ | |||
14 | {-# LANGUAGE GeneralizedNewtypeDeriving #-} | 14 | {-# LANGUAGE GeneralizedNewtypeDeriving #-} |
15 | module Network.BitTorrent.Core.PeerId | 15 | module Network.BitTorrent.Core.PeerId |
16 | ( -- * PeerId | 16 | ( -- * PeerId |
17 | PeerId (getPeerId) | 17 | PeerId |
18 | , byteStringToPeerId | 18 | , byteStringToPeerId |
19 | 19 | ||
20 | -- * Generation | 20 | -- * Generation |