summaryrefslogtreecommitdiff
path: root/src/Data
diff options
context:
space:
mode:
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 3aad2827..f38732f5 100644
--- a/src/Data/Torrent.hs
+++ b/src/Data/Torrent.hs
@@ -64,7 +64,7 @@ data Torrent = Torrent {
64-- | Info part of the .torrent file contain info about each content file. 64-- | Info part of the .torrent file contain info about each content file.
65data TorrentInfo = 65data TorrentInfo =
66 SingleFile { 66 SingleFile {
67 tLength :: Int 67 tLength :: Integer
68 -- ^ Length of the file in bytes. 68 -- ^ Length of the file in bytes.
69 69
70 , tMD5sum :: Maybe ByteString 70 , tMD5sum :: Maybe ByteString