This commit is contained in:
Joey Hess 2013-04-03 03:52:41 -04:00
parent bcea51171a
commit 8a5b397ac4
26 changed files with 48 additions and 52 deletions

View file

@ -94,8 +94,7 @@ lookupFile file = do
where
makeret k = let bname = keyBackendName k in
case maybeLookupBackendName bname of
Just backend -> do
return $ Just (k, backend)
Just backend -> return $ Just (k, backend)
Nothing -> do
warning $
"skipping " ++ file ++