[Git][ghc/ghc][wip/js-hline] lint
Josh Meredith (@JoshMeredith)
gitlab at gitlab.haskell.org
Mon May 22 15:14:25 UTC 2023
Josh Meredith pushed to branch wip/js-hline at Glasgow Haskell Compiler / GHC
Commits:
b0fab2f6 by Josh Meredith at 2023-05-22T15:14:05+00:00
lint
- - - - -
1 changed file:
- compiler/GHC/Driver/Session.hs
Changes:
=====================================
compiler/GHC/Driver/Session.hs
=====================================
@@ -1864,7 +1864,7 @@ dynamic_flags_deps = [
------ JavaScript flags -----------------------------------------------
++ [ make_ord_flag defFlag "ddisable-js-minifier" (NoArg (setGeneralFlag Opt_DisableJsMinifier))
]
-
+
------ Language flags -------------------------------------------------
++ map (mkFlag turnOn "f" setExtensionFlag ) fLangFlagsDeps
++ map (mkFlag turnOff "fno-" unSetExtensionFlag) fLangFlagsDeps
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b0fab2f61c4fed858b79c4abbc2bba4eed4c9000
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b0fab2f61c4fed858b79c4abbc2bba4eed4c9000
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/20230522/da1fcd3c/attachment.html>
More information about the ghc-commits
mailing list