summaryrefslogtreecommitdiff
path: root/src/Network/Torrent/Tracker/Scrape.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/Torrent/Tracker/Scrape.hs')
-rw-r--r--src/Network/Torrent/Tracker/Scrape.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/Torrent/Tracker/Scrape.hs b/src/Network/Torrent/Tracker/Scrape.hs
index 5152b79f..80a9fc0a 100644
--- a/src/Network/Torrent/Tracker/Scrape.hs
+++ b/src/Network/Torrent/Tracker/Scrape.hs
@@ -34,7 +34,7 @@ data ScrapeInfo = ScrapeInfo {
34 , siIncomplete :: Int 34 , siIncomplete :: Int
35 -- ^ Number of leechers. 35 -- ^ Number of leechers.
36 , siName :: Maybe ByteString 36 , siName :: Maybe ByteString
37 -- | Name of the torrent file, as specified by the "name" 37 -- ^ Name of the torrent file, as specified by the "name"
38 -- file in the info section of the .torrent file. 38 -- file in the info section of the .torrent file.
39 } deriving (Show, Eq) 39 } deriving (Show, Eq)
40 40