summaryrefslogtreecommitdiff
path: root/Types/Remote.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types/Remote.hs')
-rw-r--r--Types/Remote.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Types/Remote.hs b/Types/Remote.hs
index 46750ee8d..6f0a312f4 100644
--- a/Types/Remote.hs
+++ b/Types/Remote.hs
@@ -178,5 +178,7 @@ data ExportActions a = ExportActions
-- Throws an exception if the remote cannot be accessed.
, checkPresentExport :: Key -> ExportLocation -> a Bool
-- Renames an already exported file.
+ -- This may fail, if the file doesn't exist, or the remote does not
+ -- support renames.
, renameExport :: Key -> ExportLocation -> ExportLocation -> a Bool
}