From 35b31b00e4efbf84bcfb814acc477bbb89b50107 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 24 Jul 2014 15:08:07 -0400 Subject: improve chunk data types --- Remote/Helper/Chunked/Legacy.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Remote/Helper/Chunked/Legacy.hs') 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 -- cgit v1.2.3