From b47c23bb5cb6e522e2c933902fbbc54f8a41edf9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 9 Apr 2018 20:15:52 -0400 Subject: [PATCH] fix build --- Build/DistributionUpdate.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index 9238a902ee..147f793f8d 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -75,7 +75,7 @@ getbuild repodir (url, f) = do nukeFile tmp putStrLn $ "*** " ++ s return Nothing - ifM (download url tmp def) + ifM (download url tmp def noRetry) ( ifM (liftIO $ virusFree tmp) ( do bv2 <- getbv