summaryrefslogtreecommitdiff
path: root/src/Data
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-14 21:53:19 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-14 21:53:19 +0400
commit01d48a9dc7d32869cff59369e6b4968473a49456 (patch)
tree0be810ab204bb9cc09abfc1b21b4393497fe8baa /src/Data
parent39b3fd7d872153e1eafff38565b1df5d19adbe75 (diff)
Test InvalidIndex and InvalidSize exceptions
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