fix build
This commit is contained in:
parent
453ffe7317
commit
b47c23bb5c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ getbuild repodir (url, f) = do
|
||||||
nukeFile tmp
|
nukeFile tmp
|
||||||
putStrLn $ "*** " ++ s
|
putStrLn $ "*** " ++ s
|
||||||
return Nothing
|
return Nothing
|
||||||
ifM (download url tmp def)
|
ifM (download url tmp def noRetry)
|
||||||
( ifM (liftIO $ virusFree tmp)
|
( ifM (liftIO $ virusFree tmp)
|
||||||
( do
|
( do
|
||||||
bv2 <- getbv
|
bv2 <- getbv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue