summaryrefslogtreecommitdiff
path: root/src/Data/Torrent/Block.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/Torrent/Block.hs')
-rw-r--r--src/Data/Torrent/Block.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Data/Torrent/Block.hs b/src/Data/Torrent/Block.hs
index e0507aed..ca3bef45 100644
--- a/src/Data/Torrent/Block.hs
+++ b/src/Data/Torrent/Block.hs
@@ -56,6 +56,7 @@ newtype BlockSize = BlockSize { unBlockSize :: Int }
56-- | Widely used semi-official block size. 56-- | Widely used semi-official block size.
57instance Default BlockSize where 57instance Default BlockSize where
58 def = 16 * 1024 58 def = 16 * 1024
59 {-# INLINE def #-}
59 60
60type BlockLIx = Int 61type BlockLIx = Int
61type PieceLIx = Int 62type PieceLIx = Int