diff options
Diffstat (limited to 'Remote/External.hs')
-rw-r--r-- | Remote/External.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/External.hs b/Remote/External.hs index ed00cc93f..fd4fd0649 100644 --- a/Remote/External.hs +++ b/Remote/External.hs @@ -70,7 +70,7 @@ gen r u c gc avail <- getAvailability external r gc exportsupported <- checkExportSupported' external let exportactions = if exportsupported - then ExportActions + then return $ ExportActions { storeExport = storeExportExternal external , retrieveExport = retrieveExportExternal external , removeExport = removeExportExternal external |