<!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, "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, -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, -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/1b31b0391231e596eb28e54441f31dc45f63e2f8">1b31b039</a></strong>
<div>
<span> by uhbif19 </span> <i> at 2023-05-25T12:08:28+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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;'>Migrate errors in GHC.Rename.Splice GHC.Rename.Pat

This commit migrates the errors in GHC.Rename.Splice and GHC.Rename.Pat
to use the new diagnostic infrastructure.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/56abe494fac648a97b06f30b6855901291bed8bc">56abe494</a></strong>
<div>
<span> by sheaf </span> <i> at 2023-05-25T12:09:55+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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;'>Common up Template Haskell errors in TcRnMessage

This commit commons up the various Template Haskell errors into a
single constructor, TcRnTHError, of TcRnMessage.
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#b47ece2bbb8303a5792c2fdc52394c8ed336e8a2">
compiler/GHC/Rename/Expr.hs
</a>
</li>
<li class="file-stats">
<a href="#7dd1cd0f6f2164a14c83d9aa564dd32bc30e447a">
compiler/GHC/Rename/Module.hs
</a>
</li>
<li class="file-stats">
<a href="#cfa41b5649933e5b12f7796e9d49b9dd6a0bc59f">
compiler/GHC/Rename/Pat.hs
</a>
</li>
<li class="file-stats">
<a href="#16b273b96a1c03d4261e2ac6de4cc456ba2dd014">
compiler/GHC/Rename/Splice.hs
</a>
</li>
<li class="file-stats">
<a href="#939d24c1002dc322659c1f67c9f3d2db2ae31dd4">
compiler/GHC/Rename/Utils.hs
</a>
</li>
<li class="file-stats">
<a href="#1dd9c7a6bbc222c976a6ec1c4b772232ae60f7e5">
compiler/GHC/Tc/Errors/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#cdba811872892f235fe7059df1a6c538fba60816">
compiler/GHC/Tc/Errors/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#36920f1fa315563c590243b1b096096bc305ca70">
compiler/GHC/Tc/Gen/Head.hs
</a>
</li>
<li class="file-stats">
<a href="#9ea832ccdb4b5f7508a1efd6caedeafa16b269e7">
compiler/GHC/Tc/Gen/Splice.hs
</a>
</li>
<li class="file-stats">
<a href="#e65390fa5a32c453a81a1c9a3e1c4464d155ca4a">
compiler/GHC/Tc/Module.hs
</a>
</li>
<li class="file-stats">
<a href="#7dcf5b567a6cd3c9d98cf8d57323fbca1b1536e9">
compiler/GHC/Tc/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#6f00e31fbff17858ef494f3dba0aecbc0b0508d1">
compiler/GHC/Tc/Types.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#e2c828ee9e003df518a07b05beaa6971e5c62eb0">
compiler/GHC/Types/Error/Codes.hs
</a>
</li>
<li class="file-stats">
<a href="#768046761ffe29b225df0c627b5baeab3e631ce9">
testsuite/tests/parser/should_fail/T12446.stderr
</a>
</li>
<li class="file-stats">
<a href="#d195607d79a4018f32908cc3935a5e1974eb046d">
testsuite/tests/parser/should_fail/T18251c.stderr
</a>
</li>
<li class="file-stats">
<a href="#d2346efd0e02be6f47c92e1aa402dd2a3439edb3">
testsuite/tests/parser/should_fail/T18251e.stderr
</a>
</li>
<li class="file-stats">
<a href="#566b8655528c2748a0a3f95642c08909142b573e">
testsuite/tests/quotes/TH_double_splice.stderr
</a>
</li>
<li class="file-stats">
<a href="#33b6d208eaa5fbd46f283c3d3997159b869b68b0">
testsuite/tests/quotes/TH_top_splice.stderr
</a>
</li>
<li class="file-stats">
<a href="#44d80b87f08720aba8a87499e5350f2fe4df51db">
testsuite/tests/quotes/TTH_top_splice.stderr
</a>
</li>
<li class="file-stats">
<a href="#1c8c38783ebc9e779894af599900c6d66e41dc39">
testsuite/tests/safeHaskell/safeLanguage/SafeLang12.stderr
</a>
</li>
<li class="file-stats">
<a href="#27740a73f5fb3ffb0fed62c56d915c198bea45cb">
testsuite/tests/showIface/should_fail/THPutDocExternal.stderr
</a>
</li>
<li class="file-stats">
<a href="#a2ebc58a8a04e3d568778d697d697c73fc174dfa">
testsuite/tests/th/T12411.stderr
</a>
</li>
<li class="file-stats">
<a href="#94e3f731dffa51465ddc606eb393b2bf220c8892">
testsuite/tests/th/T16133.stderr
</a>
</li>
<li class="file-stats">
<a href="#60be103896aa46698f8d779768bf8445bc3bde63">
testsuite/tests/th/T16976z.stderr
</a>
</li>
<li class="file-stats">
<a href="#e23fddcec412869e65c7bbc53c0af15a027eeb39">
<span class="new-file">
+
testsuite/tests/th/TH_NestedSplicesFail1.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#581e4db9313efe3eb34b3aa2be14bc4052a957a9">
<span class="new-file">
+
testsuite/tests/th/TH_NestedSplicesFail1.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#745919fa51d8e246f34cff834e4b57a5cd23407c">
<span class="new-file">
+
testsuite/tests/th/TH_NestedSplicesFail2.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#df6c9b62534c2116f72d7a453b0265e69e92aacb">
<span class="new-file">
+
testsuite/tests/th/TH_NestedSplicesFail2.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#788c2b96f27a437c1de4d33979ff13a5933d22dc">
<span class="new-file">
+
testsuite/tests/th/TH_NestedSplicesFail3.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#91141468c42a64a2cf647d52a05ef9e503f6b49a">
<span class="new-file">
+
testsuite/tests/th/TH_NestedSplicesFail3.stderr
</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: #737278;">

<br>
<a href="https://gitlab.haskell.org/ghc/ghc/-/compare/182df90e4d1f652c3d078294921805b9b982671b...56abe494fac648a97b06f30b6855901291bed8bc">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>



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