From 74f2cf6141d2a9aebe8bd5c7fdb5c116f38ef4a1 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 1 Nov 2013 12:56:27 +0400 Subject: Document Piece module --- src/Data/Torrent.hs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/Data/Torrent.hs') diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs index 36b9de50..8d62b068 100644 --- a/src/Data/Torrent.hs +++ b/src/Data/Torrent.hs @@ -26,6 +26,8 @@ module Data.Torrent ( -- * Info dictionary InfoDict (..) + + -- ** Lenses , infohash , layoutInfo , pieceInfo @@ -33,6 +35,8 @@ module Data.Torrent -- * Torrent file , Torrent(..) + + -- ** Lenses , announce , announceList , comment @@ -44,11 +48,14 @@ module Data.Torrent , publisherURL , signature + -- * Construction , nullTorrent - -- * IO + -- * File paths , torrentExt , isTorrentPath + + -- * IO , fromFile , toFile ) where -- cgit v1.2.3