diff --git a/Remote/Mask.hs b/Remote/Mask.hs index c1c9597bff..f21a8513d5 100644 --- a/Remote/Mask.hs +++ b/Remote/Mask.hs @@ -39,8 +39,8 @@ remote = specialRemoteType $ RemoteType (FieldDesc "remote to mask") ] , setup = maskSetup - , exportSupported = exportIsSupported - , importSupported = importIsSupported + , exportSupported = exportUnsupported + , importSupported = importUnsupported , thirdPartyPopulated = False }