<!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/0da9e88273a0ffb13132631fb5ea526ea9efeeb9">0da9e882</a></strong>
<div>
<span> by Soham Chowdhury </span> <i> at 2023-04-25T00:15:22-04: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;'>More informative errors for bad imports (#21826)
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#e05ee69330b0f7088f11a5f3567137547489664d">
compiler/GHC/Rename/Names.hs
</a>
</li>
<li class="file-stats">
<a href="#666fdec4f6f5adba7a23b6cb0a09a0b6c3fc51ed">
compiler/GHC/Rename/Unbound.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="#5461e7beeb7ae73d7c01f720cbaa3fa2c5333590">
compiler/GHC/Tc/Utils/TcType.hs
</a>
</li>
<li class="file-stats">
<a href="#e2c828ee9e003df518a07b05beaa6971e5c62eb0">
compiler/GHC/Types/Error/Codes.hs
</a>
</li>
<li class="file-stats">
<a href="#0d674271b5e602f8c38b813c8c42593afce96a1b">
compiler/GHC/Types/Hint.hs
</a>
</li>
<li class="file-stats">
<a href="#5543c5c6c25dc2d751debfc3bc1be17365251351">
compiler/GHC/Types/Hint/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#cddd4a57bbc69fd4a09ad989910b67b6c6029f97">
testsuite/tests/driver/recomp001/recomp001.stderr
</a>
</li>
<li class="file-stats">
<a href="#ba99da99a36aa9be4603029a252c2a12b689c8b6">
testsuite/tests/driver/retc001/retc001.stderr
</a>
</li>
<li class="file-stats">
<a href="#8e6181bda3781c1a9d5b53cb6890470a15cd871e">
testsuite/tests/ffi/should_fail/ccfail004.stderr
</a>
</li>
<li class="file-stats">
<a href="#3ee8f277dc7e3bc000c3985b540d2ba9cd5a761d">
testsuite/tests/ghc-e/should_fail/T9905fail2.stderr
</a>
</li>
<li class="file-stats">
<a href="#5147fcd578dc0a0433366db83445feff5c2ad87b">
testsuite/tests/ghci/scripts/T6007.stderr
</a>
</li>
<li class="file-stats">
<a href="#d7d7fdec6456697739ace3ad84ee8fd0214286c9">
<span class="new-file">
+
testsuite/tests/module/T21826.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#d4d358c013b72f36869465b9e6e2a23b14ecd137">
<span class="new-file">
+
testsuite/tests/module/T21826.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#0c45984ad9bf4e57b152ed07fcb1b36bf1196441">
testsuite/tests/module/all.T
</a>
</li>
<li class="file-stats">
<a href="#d8208fcce8ba9ef2d5f0c9e3eafb247296c9b9b7">
testsuite/tests/module/mod114.stderr
</a>
</li>
<li class="file-stats">
<a href="#a197fb089d00b26ae6c3dbaec25228a20274125c">
testsuite/tests/module/mod124.stderr
</a>
</li>
<li class="file-stats">
<a href="#22ab52624909c1b727e55495b966cb965608cb30">
testsuite/tests/module/mod125.stderr
</a>
</li>
<li class="file-stats">
<a href="#7406352eeeb37986328f41d7daa371d80579dfd0">
testsuite/tests/module/mod126.stderr
</a>
</li>
<li class="file-stats">
<a href="#6b97d94d36e9b44f5b18aa3e76d56c4c3e9f8f99">
testsuite/tests/module/mod127.stderr
</a>
</li>
<li class="file-stats">
<a href="#5be01ea0183a1370637929ae1330dd9a575d563c">
testsuite/tests/module/mod130.stderr
</a>
</li>
<li class="file-stats">
<a href="#325cb3d33ed40370f33206025e8b82280275d099">
testsuite/tests/module/mod134.stderr
</a>
</li>
<li class="file-stats">
<a href="#dbc5f3c1460125937d9f57e6733f4879fc7b7748">
testsuite/tests/module/mod29.stderr
</a>
</li>
<li class="file-stats">
<a href="#a26be704cffd7c3a8b4b7a339926ae536a25aa57">
testsuite/tests/module/mod36.stderr
</a>
</li>
<li class="file-stats">
<a href="#170d47a7b681db825f697a628886d9e9ca29f947">
testsuite/tests/module/mod79.stderr
</a>
</li>
<li class="file-stats">
<a href="#f321e5307ebc98bf0129173f1e68075387d1b0fb">
testsuite/tests/module/mod80.stderr
</a>
</li>
<li class="file-stats">
<a href="#218b918b632a130fc6f06a30918ef757df0d4722">
testsuite/tests/module/mod81.stderr
</a>
</li>
<li class="file-stats">
<a href="#619434092dd22e70b48ba3440179ff7fe24b4681">
testsuite/tests/module/mod87.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/0da9e88273a0ffb13132631fb5ea526ea9efeeb9">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/0da9e88273a0ffb13132631fb5ea526ea9efeeb9"}}</script>


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