summaryrefslogtreecommitdiff
path: root/src/Data
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data')
-rw-r--r--src/Data/Torrent/Layout.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Data/Torrent/Layout.hs b/src/Data/Torrent/Layout.hs
index 453c0d4f..a4b55b3d 100644
--- a/src/Data/Torrent/Layout.hs
+++ b/src/Data/Torrent/Layout.hs
@@ -56,6 +56,7 @@ module Data.Torrent.Layout
56 , fileOffset 56 , fileOffset
57 57
58 -- * Internal 58 -- * Internal
59 , sizeInBase
59 , getLayoutInfo 60 , getLayoutInfo
60 , putLayoutInfo 61 , putLayoutInfo
61 ) where 62 ) where