[Git][ghc/ghc][wip/hadrian-ghc-llvm-version] Revert "hadrian: Decrease verbosity of cabal commands"

John Ericson (@Ericson2314) gitlab at gitlab.haskell.org
Sun Oct 22 14:44:21 UTC 2023



John Ericson pushed to branch wip/hadrian-ghc-llvm-version at Glasgow Haskell Compiler / GHC


Commits:
23e3c72a by John Ericson at 2023-10-22T10:44:10-04:00
Revert "hadrian: Decrease verbosity of cabal commands"

This reverts commit 9e6ef7ba5949b8900b3a7efb3a443c2004ebe184.

- - - - -


1 changed file:

- hadrian/src/Hadrian/Haskell/Cabal/Parse.hs


Changes:

=====================================
hadrian/src/Hadrian/Haskell/Cabal/Parse.hs
=====================================
@@ -198,10 +198,9 @@ copyPackage context at Context {..} = do
 shakeVerbosityToCabalFlag :: Verbosity -> String
 shakeVerbosityToCabalFlag = \case
     Diagnostic -> "-v3"
-    Verbose -> "-v2"
-    -- Normal levels should not produce output to stdout
+    Verbose -> "-v3"
     Silent -> "-v0"
-    _ -> "-v1"
+    _ -> "-v2"
 
 -- | What type of file is Main
 data MainSourceType = HsMain | CppMain | CMain



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/23e3c72a01317414a89783f096ab8806ecd9297b

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/23e3c72a01317414a89783f096ab8806ecd9297b
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20231022/b65b2a1c/attachment.html>


More information about the ghc-commits mailing list