[Git][ghc/ghc][master] Include -haddock in DynFlags fingerprint
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Fri Jul 28 22:46:42 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
0bfc8908 by Finley McIlwaine at 2023-07-28T18:46:26-04:00
Include -haddock in DynFlags fingerprint
The -haddock flag determines whether or not the resulting .hi files
contain haddock documentation strings. If the existing .hi files do
not contain haddock documentation strings and the user requests them,
we should recompile.
- - - - -
1 changed file:
- compiler/GHC/Driver/Flags.hs
Changes:
=====================================
compiler/GHC/Driver/Flags.hs
=====================================
@@ -568,6 +568,7 @@ codeGenFlags = EnumSet.fromList
-- Flags that affect generated code
, Opt_ExposeAllUnfoldings
, Opt_NoTypeableBinds
+ , Opt_Haddock
-- Flags that affect catching of runtime errors
, Opt_CatchNonexhaustiveCases
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0bfc89087964083336e8dca0d44b6f1884c19cd8
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0bfc89087964083336e8dca0d44b6f1884c19cd8
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/20230728/cec8603e/attachment.html>
More information about the ghc-commits
mailing list