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