<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Marge Bot pushed to branch master at <a href="https://gitlab.haskell.org/ghc/ghc">Glasgow Haskell Compiler / GHC</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/c561de8f2caad53d93fb272c6fcb4593eb5a15c8">c561de8f</a></strong>
<div>
<span> by Jade </span> <i> at 2024-05-15T23:06:54-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Improve suggestions for language extensions

- When suggesting Language extensions, also suggest Extensions which imply them
- Suggest ExplicitForAll and GADTSyntax instead of more specific
  extensions
- Rephrase suggestion to include the term 'Extension'
- Also moves some flag specific definitions out of Session.hs into
Flags.hs (#24478)

Fixes: #24477
Fixes: #24448
Fixes: #10893
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#e65e7bbfc24f8830a20082bfc50f6d16e613cbeb">
compiler/GHC/Driver/DynFlags.hs
</a>
</li>
<li class="file-stats">
<a href="#2e5692f568fd7b67a6b172e2a60469da8392508c">
compiler/GHC/Driver/Flags.hs
</a>
</li>
<li class="file-stats">
<a href="#774d88050336ef660c7a219fb06c480c2fc639bc">
compiler/GHC/Driver/Session.hs
</a>
</li>
<li class="file-stats">
<a href="#4769efc0cb06e92bc7562e31984f6d7d91048e51">
compiler/GHC/Parser/Errors/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#1dd9c7a6bbc222c976a6ec1c4b772232ae60f7e5">
compiler/GHC/Tc/Errors/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#5543c5c6c25dc2d751debfc3bc1be17365251351">
compiler/GHC/Types/Hint/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#d3cf57b6a5ebc234dc7689db38ef9b6cf2259c0f">
compiler/GHC/Utils/Outputable.hs
</a>
</li>
<li class="file-stats">
<a href="#226bfee1976c3b8338b7e72f0ea442baa4e9e6ed">
testsuite/tests/dependent/should_fail/T15215.stderr
</a>
</li>
<li class="file-stats">
<a href="#abfada300dedc6705218541bc48e1101427677ea">
testsuite/tests/dependent/should_fail/T15859.stderr
</a>
</li>
<li class="file-stats">
<a href="#964650843771cf41233c0aba120a9b51494668f4">
testsuite/tests/dependent/should_fail/T16326_Fail1.stderr
</a>
</li>
<li class="file-stats">
<a href="#bda6fd73ee46adb428d2f370a800d75d8870285b">
testsuite/tests/dependent/should_fail/T16326_Fail10.stderr
</a>
</li>
<li class="file-stats">
<a href="#73e29e3d17cebe6d67c566c0262d3cf6dc3b386f">
testsuite/tests/dependent/should_fail/T16326_Fail11.stderr
</a>
</li>
<li class="file-stats">
<a href="#ddecb920fc81854a66a3bf373ebcd95661671008">
testsuite/tests/dependent/should_fail/T16326_Fail2.stderr
</a>
</li>
<li class="file-stats">
<a href="#b075348055eb81bf0b9b53dfe3652237b83f2824">
testsuite/tests/dependent/should_fail/T16326_Fail3.stderr
</a>
</li>
<li class="file-stats">
<a href="#a5663ff306658263ff592a888511495ccec9752f">
testsuite/tests/dependent/should_fail/T16326_Fail4.stderr
</a>
</li>
<li class="file-stats">
<a href="#85e5e1afe48eb7c26105b707131431d93ccc5cd1">
testsuite/tests/dependent/should_fail/T16326_Fail5.stderr
</a>
</li>
<li class="file-stats">
<a href="#dfd07aa2ac20927566f80cd87974eb7e3bdda00b">
testsuite/tests/dependent/should_fail/T16326_Fail7.stderr
</a>
</li>
<li class="file-stats">
<a href="#7846f8d70abdedd6e4c271ea02bad859621c510f">
testsuite/tests/dependent/should_fail/T16326_Fail9.stderr
</a>
</li>
<li class="file-stats">
<a href="#79d449e87e394018726c1ce85ba44327abc72488">
testsuite/tests/dependent/should_fail/T17687.stderr
</a>
</li>
<li class="file-stats">
<a href="#ca4c48a904ac7b84b8646a80c50d3fd90cd97d06">
testsuite/tests/deriving/should_compile/T16179.stderr
</a>
</li>
<li class="file-stats">
<a href="#8335cf3f74bb3e92c8879ae3939f43630efa6e25">
testsuite/tests/deriving/should_fail/T10598_fail2.stderr
</a>
</li>
<li class="file-stats">
<a href="#f94a9927d2d8732b251739c3769c99f5c32a1bdf">
testsuite/tests/deriving/should_fail/T10598_fail4.stderr
</a>
</li>
<li class="file-stats">
<a href="#f8590594cfd56de01f0930d717a1ffa825dcc758">
testsuite/tests/deriving/should_fail/T10598_fail5.stderr
</a>
</li>
<li class="file-stats">
<a href="#707935e38285499c4d4ff02263f0c6f30fd5b9ad">
testsuite/tests/deriving/should_fail/T1133A.stderr
</a>
</li>
<li class="file-stats">
<a href="#ab20f66e5b2ed4b0ad7547af26cb517778a8bfda">
testsuite/tests/deriving/should_fail/T12512.stderr
</a>
</li>
<li class="file-stats">
<a href="#91ed6fcf8611fa88ec48f59dfffa9a4dc6f52791">
testsuite/tests/deriving/should_fail/T19692.stderr
</a>
</li>
<li class="file-stats">
<a href="#76fe4dab656d0892403c8881750a6b05b559bba2">
testsuite/tests/deriving/should_fail/T3833.stderr
</a>
</li>
<li class="file-stats">
<a href="#29f3691927845c1032d55bbc66c99f2d0d24bd9c">
testsuite/tests/deriving/should_fail/T3834.stderr
</a>
</li>
<li class="file-stats">
<a href="#3e55a45b2610658cee35430da4e106e5274dfca6">
testsuite/tests/deriving/should_fail/T7401_fail.stderr
</a>
</li>
<li class="file-stats">
<a href="#02e1d577da9faa1deed3534e9246f0bc51e7ee6b">
testsuite/tests/deriving/should_fail/T7959.stderr
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: 0.875rem;">
The diff was not included because it is too large.
</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">

<br>
<a href="https://gitlab.haskell.org/ghc/ghc/-/commit/c561de8f2caad53d93fb272c6fcb4593eb5a15c8">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.haskell.org">gitlab.haskell.org</a>. <a href="https://gitlab.haskell.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.haskell.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.haskell.org/ghc/ghc/-/commit/c561de8f2caad53d93fb272c6fcb4593eb5a15c8"}}</script>


</p>
</div>
</body>
</html>