diff options
Diffstat (limited to 'src/Data/Torrent.hs')
-rw-r--r-- | src/Data/Torrent.hs | 2 |
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 @@ | |||
32 | module Data.Torrent | 32 | module 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 |