diff options
Diffstat (limited to 'src/Data/Torrent/InfoHash.hs')
-rw-r--r-- | src/Data/Torrent/InfoHash.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Data/Torrent/InfoHash.hs b/src/Data/Torrent/InfoHash.hs index b2ca44ee..f120d46a 100644 --- a/src/Data/Torrent/InfoHash.hs +++ b/src/Data/Torrent/InfoHash.hs | |||
@@ -2,10 +2,10 @@ module Data.Torrent.InfoHash | |||
2 | ( InfoHash (getInfoHash) | 2 | ( InfoHash (getInfoHash) |
3 | , addHashToURI | 3 | , addHashToURI |
4 | 4 | ||
5 | -- ^ Construction | 5 | -- * Construction |
6 | , hash, hashlazy | 6 | , hash, hashlazy |
7 | 7 | ||
8 | -- ^ Extra | 8 | -- * Extra |
9 | , ppHex | 9 | , ppHex |
10 | ) where | 10 | ) where |
11 | 11 | ||