summaryrefslogtreecommitdiff
path: root/src/Data
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-07-15 00:38:41 -0400
committerjoe <joe@jerkface.net>2017-07-15 00:39:04 -0400
commitfd000ff5586ebda9e3a85e44be634a2570360335 (patch)
tree15192bd0767ee1b2668d1becba1aacb633d2c10a /src/Data
parent9d5b5512ce3b5b885c0e331d6fcefa0b9d3fc42b (diff)
Implemented BEP 32 (IPv6 extensions) for get-peers.
Diffstat (limited to 'src/Data')
-rw-r--r--src/Data/Torrent.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs
index 73422a04..004369ce 100644
--- a/src/Data/Torrent.hs
+++ b/src/Data/Torrent.hs
@@ -32,7 +32,7 @@
32module Data.Torrent 32module Data.Torrent
33 ( -- * InfoHash 33 ( -- * InfoHash
34 -- $infohash 34 -- $infohash
35 InfoHash 35 InfoHash(..)
36 , textToInfoHash 36 , textToInfoHash
37 , longHex 37 , longHex
38 , shortHex 38 , shortHex