diff options
Diffstat (limited to 'src/Data/Torrent/Block.hs')
-rw-r--r-- | src/Data/Torrent/Block.hs | 1 |
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. |
57 | instance Default BlockSize where | 57 | instance Default BlockSize where |
58 | def = 16 * 1024 | 58 | def = 16 * 1024 |
59 | {-# INLINE def #-} | ||
59 | 60 | ||
60 | type BlockLIx = Int | 61 | type BlockLIx = Int |
61 | type PieceLIx = Int | 62 | type PieceLIx = Int |