From a2dfbf18972339929c49cb77e76cf246ada2acdc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 Jul 2014 18:40:40 -0400 Subject: better type for Retriever Putting a callback in the Retriever type allows for the callback to remove the retrieved file when it's done with it. I did not really want to make Retriever be fixed to Annex Bool, but when I tried to use Annex a, I got into some type of type mess. --- Annex/Content.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Annex') diff --git a/Annex/Content.hs b/Annex/Content.hs index 6975f322f..eb84f2fe9 100644 --- a/Annex/Content.hs +++ b/Annex/Content.hs @@ -16,6 +16,7 @@ module Annex.Content ( getViaTmpChecked, getViaTmpUnchecked, prepGetViaTmpChecked, + prepTmp, withTmp, checkDiskSpace, moveAnnex, -- cgit v1.2.3