<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<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: -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: -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" style="color: #1068bf;">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/b2857df4ee467c88162e5a6784ee1fb6e2038656" style="color: #1068bf;">b2857df4</a></strong>
<div>
<span> by HaskellMouse </span> <i> at 2023-01-11T00:56:52-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "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: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Added a new warning about compatibility with RequiredTypeArguments

This commit introduces a new warning
that indicates code incompatible with
future extension: RequiredTypeArguments.

Enabling this extension may break some code and the warning
will help to make it compatible in advance.
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#2e5692f568fd7b67a6b172e2a60469da8392508c" style="color: #1068bf;">
compiler/GHC/Driver/Flags.hs
</a>
</li>
<li class="file-stats">
<a href="#774d88050336ef660c7a219fb06c480c2fc639bc" style="color: #1068bf;">
compiler/GHC/Driver/Session.hs
</a>
</li>
<li class="file-stats">
<a href="#86d694037d496c511e28b2c09c8410f67dc19596" style="color: #1068bf;">
compiler/GHC/Rename/Env.hs
</a>
</li>
<li class="file-stats">
<a href="#892acbb198a9095c917740d3c1297b56df4e3b7e" style="color: #1068bf;">
compiler/GHC/Rename/HsType.hs
</a>
</li>
<li class="file-stats">
<a href="#1dd9c7a6bbc222c976a6ec1c4b772232ae60f7e5" style="color: #1068bf;">
compiler/GHC/Tc/Errors/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#cdba811872892f235fe7059df1a6c538fba60816" style="color: #1068bf;">
compiler/GHC/Tc/Errors/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#e2c828ee9e003df518a07b05beaa6971e5c62eb0" style="color: #1068bf;">
compiler/GHC/Types/Error/Codes.hs
</a>
</li>
<li class="file-stats">
<a href="#0d674271b5e602f8c38b813c8c42593afce96a1b" style="color: #1068bf;">
compiler/GHC/Types/Hint.hs
</a>
</li>
<li class="file-stats">
<a href="#5543c5c6c25dc2d751debfc3bc1be17365251351" style="color: #1068bf;">
compiler/GHC/Types/Hint/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#6816c5954a025bb59270f70d0a997e605585d801" style="color: #1068bf;">
compiler/GHC/Types/Name/Occurrence.hs
</a>
</li>
<li class="file-stats">
<a href="#03e77c5a7f093768fb8c3be51f8c4ece06b78463" style="color: #1068bf;">
compiler/GHC/Types/Name/Reader.hs
</a>
</li>
<li class="file-stats">
<a href="#093cf1ab10ea2bac043566f4a5e4a1c4a1eaf5e6" style="color: #1068bf;">
docs/users_guide/9.6.1-notes.rst
</a>
</li>
<li class="file-stats">
<a href="#e16ae6db99f98868d3603a0c7df0bb6a793a330d" style="color: #1068bf;">
docs/users_guide/using-warnings.rst
</a>
</li>
<li class="file-stats">
<a href="#319e776515ca19ba5f5521e2352574944b219d14" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513a.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#95f1c0688b6cdf18e38c71182982cde17d9b74cb" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513a.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#99ae6c0e95acae5b0c64cf5ca291381495b9f8b7" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513b.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#1811c48f1701ae8b5d9719c4e45431117694740e" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513b.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#7f825e67f90f1defaf214dec23f2fafd031df3cb" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513c.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#2412dd5de068268f7ee42f9de83d8a99dc585295" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513c.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#cc04cf97ad11e4d81eb300c9ac3460a7705779cc" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513d.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#c68e40b2617eceaa1a81268471c7c8807d4684b9" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513d.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#e04209597a02efac9122c85c6487d7a6fd6481d5" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513e.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#aa11e5f809583faafff2c9367ab4d6e198192e85" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513e.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#ea497560c16133bfecfc6dccbc0172c293d350cf" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513f.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#9aad59147192377138d9ca3be4cb46fc9650d629" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513f.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#e958d02ac7d5a11f7c68b8856e7ffb744347473e" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513g.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#84ca38136a38eca6dc47869de778fa7b6ec8a4b2" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513g.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#da0fbdb7d0f8bbab913f1710fdba1343e40ca9fb" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513h.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#6b2c51c23508883177e59599d76162045abef604" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513h.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#34022b4d18ed5a438ef4f7cfe8591cb39e78c1d7" style="color: #1068bf;">
<span class="new-file">
+
testsuite/tests/rename/should_compile/T22513i.hs
</span>
</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: #666;">

<br>
<a href="https://gitlab.haskell.org/ghc/ghc/-/commit/b2857df4ee467c88162e5a6784ee1fb6e2038656" style="color: #1068bf;">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" style="color: #1068bf;">gitlab.haskell.org</a>. <a href="https://gitlab.haskell.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link" style="color: #1068bf;">Manage all notifications</a> · <a href="https://gitlab.haskell.org/help" target="_blank" rel="noopener noreferrer" class="help-link" style="color: #1068bf;">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/b2857df4ee467c88162e5a6784ee1fb6e2038656"}}</script>


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