From 2ae18463fc8d56ad2c6da8a5097cfc87bb22a1f4 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Sun, 3 Mar 2024 15:29:50 -0600 Subject: [PATCH] Increase verbosity of Rust compile --- Setup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup.hs b/Setup.hs index 81a2622..968fd0c 100644 --- a/Setup.hs +++ b/Setup.hs @@ -55,7 +55,7 @@ rsFolder = "librustzcash-wrapper" execCargo :: Verbosity -> String -> [String] -> IO () execCargo verbosity command args = do cargoPath <- - findProgramOnSearchPath Verbosity.silent defaultProgramSearchPath "cargo" + findProgramOnSearchPath Verbosity.normal defaultProgramSearchPath "cargo" dir <- getCurrentDirectory let cargoExec = case cargoPath of