fix build
This commit is contained in:
parent
d73c8c4cb4
commit
a73d60785c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ getbuild repodir (url, f) = do
|
||||||
putStrLn $ "*** " ++ s
|
putStrLn $ "*** " ++ s
|
||||||
return Nothing
|
return Nothing
|
||||||
uo <- defUrlOptions
|
uo <- defUrlOptions
|
||||||
ifM (download nullMeterUpdate tmp uo)
|
ifM (download nullMeterUpdate url tmp uo)
|
||||||
( 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