summaryrefslogtreecommitdiff
path: root/Types/Remote.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types/Remote.hs')
-rw-r--r--Types/Remote.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Types/Remote.hs b/Types/Remote.hs
index a0174ebee..81f1dbe23 100644
--- a/Types/Remote.hs
+++ b/Types/Remote.hs
@@ -159,6 +159,7 @@ unVerified a = do
-- The FilePath will be relative, and may contain unix-style path
-- separators.
newtype ExportLocation = ExportLocation FilePath
+ deriving (Eq)
data ExportActions a = ExportActions
{ exportSupported :: a Bool