summaryrefslogtreecommitdiff
path: root/Remote/Helper/Chunked/Legacy.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Helper/Chunked/Legacy.hs')
-rw-r--r--Remote/Helper/Chunked/Legacy.hs4
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