[Git][ghc/ghc][wip/ghc-toolchain-fixes] Print invocation
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Mon Aug 7 15:12:44 UTC 2023
Matthew Pickering pushed to branch wip/ghc-toolchain-fixes at Glasgow Haskell Compiler / GHC
Commits:
cb8a6b44 by Matthew Pickering at 2023-08-07T16:12:37+01:00
Print invocation
- - - - -
1 changed file:
- utils/ghc-toolchain/exe/Main.hs
Changes:
=====================================
utils/ghc-toolchain/exe/Main.hs
=====================================
@@ -231,6 +231,7 @@ formatOpts = [
main :: IO ()
main = do
argv <- getArgs
+ print $ ("Args", argv)
case argv of
("format": args) -> doFormat args
_ -> doConfigure argv
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/cb8a6b44ddf336d5e76916ce785d9b00b94893ca
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/cb8a6b44ddf336d5e76916ce785d9b00b94893ca
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/20230807/98fbf552/attachment-0001.html>
More information about the ghc-commits
mailing list