From 53129d6ef41acc6ef7d5c5cddd503e194c4f8ef5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 18 Jun 2014 16:17:57 -0400 Subject: silence curl --- Build/DistributionUpdate.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build') diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index c0de4cd58..25123edb5 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -86,7 +86,7 @@ getbuild repodir (url, f) = do where getbv = do bv <- catchDefaultIO "" $ - readProcess "curl" [takeDirectory url ++ "build-version"] + readProcess "curl" ["--silent", takeDirectory url ++ "build-version"] return $ if null bv || any (not . versionchar) bv then Nothing else Just bv versionchar c = isAlphaNum c || c == '.' || c == '-' -- cgit v1.2.3