avoid warnings when built with ghc 7.6
This commit is contained in:
parent
91c9ae83f1
commit
92f036fcb4
4 changed files with 13 additions and 12 deletions
|
@ -174,7 +174,7 @@ undo file key e = do
|
|||
liftIO $ nukeFile file
|
||||
catchAnnex (fromAnnex key file) tryharder
|
||||
logStatus key InfoMissing
|
||||
throw e
|
||||
throwAnnex e
|
||||
where
|
||||
-- fromAnnex could fail if the file ownership is weird
|
||||
tryharder :: IOException -> Annex ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue