summaryrefslogtreecommitdiff
path: root/src/Network/Torrent/PeerID.hs
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-07 04:15:47 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-07 04:15:47 +0400
commit0b93032e3f7488681d5cb402cb5b4c9e566628b2 (patch)
tree2cfcc47075a6e59623d4e5cd8d993ca3ca437cf9 /src/Network/Torrent/PeerID.hs
parent1abc8ec541f74abdbd12bb91298e54d898c5de4d (diff)
~ type synonims
Diffstat (limited to 'src/Network/Torrent/PeerID.hs')
-rw-r--r--src/Network/Torrent/PeerID.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/Torrent/PeerID.hs b/src/Network/Torrent/PeerID.hs
index 5ca3ea42..551b0dcc 100644
--- a/src/Network/Torrent/PeerID.hs
+++ b/src/Network/Torrent/PeerID.hs
@@ -1,4 +1,5 @@
1{-# LANGUAGE OverloadedStrings, GeneralizedNewtypeDeriving #-} 1{-# LANGUAGE OverloadedStrings, GeneralizedNewtypeDeriving #-}
2-- TODO: tests
2-- | Recommended method for generation of the peer ID's is 'newPeerID', 3-- | Recommended method for generation of the peer ID's is 'newPeerID',
3-- though this module exports some other goodies for custom generation. 4-- though this module exports some other goodies for custom generation.
4-- 5--