summaryrefslogtreecommitdiff
path: root/Backend
diff options
context:
space:
mode:
Diffstat (limited to 'Backend')
-rw-r--r--Backend/Hash.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Backend/Hash.hs b/Backend/Hash.hs
index 9b0e9190a..a5abc8447 100644
--- a/Backend/Hash.hs
+++ b/Backend/Hash.hs
@@ -148,8 +148,8 @@ trivialMigrate oldkey newbackend afile
}
{- Fast migration from hash to hashE backend. -}
| migratable && hasExt oldvariety = case afile of
- Nothing -> Nothing
- Just file -> Just $ oldkey
+ AssociatedFile Nothing -> Nothing
+ AssociatedFile (Just file) -> Just $ oldkey
{ keyName = keyHash oldkey ++ selectExtension file
, keyVariety = newvariety
}