diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-24 15:08:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-24 15:08:07 -0400 |
commit | 35b31b00e4efbf84bcfb814acc477bbb89b50107 (patch) | |
tree | 73ff2a919db27556617739b132889acc702f6d43 /Remote/Helper/Chunked | |
parent | 28961c83eb80cbc874b0d5bcd232912ef0b455ff (diff) |
improve chunk data types
Diffstat (limited to 'Remote/Helper/Chunked')
-rw-r--r-- | Remote/Helper/Chunked/Legacy.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Remote/Helper/Chunked/Legacy.hs b/Remote/Helper/Chunked/Legacy.hs index b35bc92a0..3b6b0d47f 100644 --- a/Remote/Helper/Chunked/Legacy.hs +++ b/Remote/Helper/Chunked/Legacy.hs @@ -9,13 +9,11 @@ module Remote.Helper.Chunked.Legacy where import Common.Annex import Utility.Metered +import Remote.Helper.Chunked (ChunkSize) import qualified Data.ByteString.Lazy as L -import Data.Int import qualified Control.Exception as E -type ChunkSize = Int64 - {- This is an extension that's added to the usual file (or whatever) - where the remote stores a key. -} type ChunkExt = String |