<!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;">
Ben Gamari pushed to branch wip/tmp 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/df529b4fc6e92cc96a6982eb70b0631cfe9115d4">df529b4f</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2024-02-21T22:55:38-05: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;'>ghc-internal: Move modules into GHC.Internal.* namespace
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/9f58abc2ee5fce03bf13d116cf9c140bc346ecba">9f58abc2</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2024-02-21T22:55:40-05: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;'>ghc-internal: Rewrite `@since ` to `@since base-`
These will be incrementally moved to the export sites in `base` where
possible.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/5879bb5b8646c442ff470c8a66132be67f1cf066">5879bb5b</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2024-02-21T22:55:57-05: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;'>base: Migrate Haddock `not-home` pragmas from `ghc-internal`
This ensures that we do not use `base` stub modules as declarations'
homes when not appropriate.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/567de118ecb63fed2eb2e2ab630ac87dab5dae55">567de118</a></strong>
<div>
<span> by Ben Gamari </span> <i> at 2024-02-21T22:55:58-05: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;'>base: Partially freeze exports of GHC.Base
Sadly there are still a few module reexports. However, at least we have
decoupled from the exports of `GHC.Internal.Base`.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/b735d008fdb93db9ca322e5f8d266a7ab37dfb88">b735d008</a></strong>
<div>
<span> by GHC GitLab CI </span> <i> at 2024-02-21T23:23:02-05: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;'>Fixes
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#0887cf39c5cdf9cf8d6758f410d7dab3023c0d77">
compiler/GHC/Builtin/Names.hs
</a>
</li>
<li class="file-stats">
<a href="#377cfd14c1f92357465df995ec6537b074051322">
compiler/GHC/Builtin/Types.hs
</a>
</li>
<li class="file-stats">
<a href="#02362b473a022fb921814e97a6beba08107d38b1">
compiler/GHC/Builtin/Types/Literals.hs
</a>
</li>
<li class="file-stats">
<a href="#35cff95f9f44690fc50b44bbe8ac3c554c7d5a5e">
compiler/GHC/Core/Make.hs
</a>
</li>
<li class="file-stats">
<a href="#3aa56839e36b2219f9ad54f5646ef3005da9c672">
compiler/GHC/Tc/Deriv/Generate.hs
</a>
</li>
<li class="file-stats">
<a href="#897218b3e24728ae9e5b0329b949493f1ede80fb">
compiler/GHC/Tc/Errors/Hole.hs
</a>
</li>
<li class="file-stats">
<a href="#54436e21ea530a66a8a71bcc01c836f4740b8f02">
compiler/GHC/Tc/Solver.hs
</a>
</li>
<li class="file-stats">
<a href="#8905161187cfddae9e9ece36910196e521651b00">
compiler/GHC/Types/Name.hs
</a>
</li>
<li class="file-stats">
<a href="#f754f981fba5b670f7cd508eecbf3806a0d7133f">
compiler/GHC/Types/Name/Cache.hs
</a>
</li>
<li class="file-stats">
<a href="#57d22eb49f269b51f07e23c509834d85e25f691e">
ghc/GHCi/UI/Monad.hs
</a>
</li>
<li class="file-stats">
<a href="#b7cfb47853ef95330e499ca0c5b90964744d101f">
libraries/base/base.cabal
</a>
</li>
<li class="file-stats">
<a href="#ebf6ac42b5a7178afb2d4d9e86a90069ef8fafb9">
libraries/base/src/Control/Applicative.hs
</a>
</li>
<li class="file-stats">
<a href="#a1ccb9fc50d3fb3a7c16ba11d17484cd88520dfe">
<span class="new-file">
+
libraries/base/src/Control/Arrow.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#c7a240ddc7435cf826f927d25b247b9e86783c58">
<span class="new-file">
+
libraries/base/src/Control/Category.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#2e0f17331daaae33659159abd77d62332dfa8a9d">
libraries/base/src/Control/Concurrent.hs
</a>
</li>
<li class="file-stats">
<a href="#5b0137db765e68529de87b5ca3a6a894fac1aed4">
libraries/base/src/Control/Concurrent/Chan.hs
</a>
</li>
<li class="file-stats">
<a href="#8d985253c16e44de3a4637e28de78673e9b396bb">
<span class="new-file">
+
libraries/base/src/Control/Concurrent/MVar.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#a4b032bfa8c44fed9fe658326e0509999a2f17e7">
libraries/base/src/Control/Concurrent/QSem.hs
</a>
</li>
<li class="file-stats">
<a href="#cbed071650d272d937ed067d32ef175b9f21bbcb">
libraries/base/src/Control/Concurrent/QSemN.hs
</a>
</li>
<li class="file-stats">
<a href="#d1f7a79361ae6cdc4939449936139b5703ca4c3d">
<span class="new-file">
+
libraries/base/src/Control/Exception.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#0e1771681f8fea318c697512186828165384be9f">
<span class="new-file">
+
libraries/base/src/Control/Exception/Base.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#af2e8ab7e8f2f9cafe7ae8cb634d631524233804">
<span class="new-file">
+
libraries/base/src/Control/Monad.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#1e04563c6a29cdeba94216c1f4ee431e1366d92d">
<span class="new-file">
+
libraries/base/src/Control/Monad/Fail.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#e0e6ffa079d89373b015d9af2df6262f96dec903">
<span class="new-file">
+
libraries/base/src/Control/Monad/Fix.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#2b0e04b3c3b3022828a2870ae6a4ffb2569f024c">
libraries/base/src/Control/Monad/IO/Class.hs
</a>
</li>
<li class="file-stats">
<a href="#ddf17561161c016f4fd6a10b16dbc439a60e5396">
libraries/ghc-internal/src/Control/Monad/Instances.hs
→
libraries/base/src/Control/Monad/Instances.hs
</a>
</li>
<li class="file-stats">
<a href="#3becde4cf05c1420c40cfb9271ada0b550e12749">
<span class="new-file">
+
libraries/base/src/Control/Monad/ST.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#80e972278b479d8a275ebedd775484bdacde5d11">
<span class="new-file">
+
libraries/base/src/Control/Monad/ST/Lazy.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#a85e00c8f71fa2852c6dd8b05bfd8243d1afd529">
libraries/ghc-internal/src/Control/Monad/ST/Lazy/Safe.hs
→
libraries/base/src/Control/Monad/ST/Lazy/Safe.hs
</a>
</li>
<li class="file-stats">
<a href="#4a27de96971ac5a89a5e55568be5fbae321b70a8">
libraries/ghc-internal/src/Control/Monad/ST/Lazy/Unsafe.hs
→
libraries/base/src/Control/Monad/ST/Lazy/Unsafe.hs
</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/751e77c15278104a4530429708d936eaf87d8a9d...b735d008fdb93db9ca322e5f8d266a7ab37dfb88">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>