fix build
This commit is contained in:
parent
9f38ecac1e
commit
35bbf4514c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ getbuild repodir (url, f) = do
|
||||||
putStrLn $ "*** " ++ s
|
putStrLn $ "*** " ++ s
|
||||||
return Nothing
|
return Nothing
|
||||||
uo <- defUrlOptions
|
uo <- defUrlOptions
|
||||||
ifM (isRight <$> download nullMeterUpdate url tmp uo)
|
ifM (isRight <$> download nullMeterUpdate Nothing url tmp uo)
|
||||||
( ifM (liftIO $ virusFree tmp)
|
( ifM (liftIO $ virusFree tmp)
|
||||||
( do
|
( do
|
||||||
bv2 <- getbv
|
bv2 <- getbv
|
||||||
|
|
Loading…
Reference in a new issue