From 226781c047a50747f5c60a6cf4920a43cd3a3a73 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Sep 2012 14:50:14 -0400 Subject: unify types --- Remote/Helper/Encryptable.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Remote/Helper/Encryptable.hs') diff --git a/Remote/Helper/Encryptable.hs b/Remote/Helper/Encryptable.hs index e3cb40df4..880db5c6a 100644 --- a/Remote/Helper/Encryptable.hs +++ b/Remote/Helper/Encryptable.hs @@ -45,7 +45,7 @@ encryptionSetup c = case (M.lookup "encryption" c, extractCipher c) of - to support storing and retrieving encrypted content. -} encryptableRemote :: Maybe RemoteConfig - -> ((Cipher, Key) -> Key -> ProgressCallback -> Annex Bool) + -> ((Cipher, Key) -> Key -> MeterUpdate -> Annex Bool) -> ((Cipher, Key) -> Key -> FilePath -> Annex Bool) -> Remote -> Remote -- cgit v1.2.3