<div style="font-family: Arial, sans-serif; font-size: 14px;">Thanks Artem, and the cabal team!<br><br>It's not tagged on github: <span><a target="_blank" rel="noreferrer nofollow noopener" href="https://github.com/haskell/cabal/releases">https://github.com/haskell/cabal/releases</a></span> <br><br>Cheers,<br>Marcin<br></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><br></div>
<div class="protonmail_signature_block" style="font-family: Arial, sans-serif; font-size: 14px;">
    <div class="protonmail_signature_block-user protonmail_signature_block-empty">
        
            </div>
    
            <div class="protonmail_signature_block-proton">
        Sent with <a target="_blank" href="https://proton.me/" rel="noopener noreferrer">Proton Mail</a> secure email.
    </div>
</div>
<div style="font-family: Arial, sans-serif; font-size: 14px;"><br></div><div class="protonmail_quote">
        On Friday, 28 June 2024 at 20:31, Artem Pelenitsyn <a.pelenitsyn@gmail.com> wrote:<br>
        <blockquote class="protonmail_quote" type="cite">
            <div dir="ltr"><div class="gmail-cooked"><p>Dear all,<br></p><p>The cabal release team brings you the release of the <code>cabal-install</code> tool, version 3.12.1.0. This is the first release of the tool in the 3.12 series, and, hence, the first <code>cabal-install</code> supporting Cabal 3.12 packaged with GHC 9.10.1. We also update the three main libraries.</p>
<ul><li><a rel="noreferrer nofollow noopener" class="gmail-inline-onebox" href="https://hackage.haskell.org/package/cabal-install-3.12.1.0" target="_blank">cabal-install: The command-line interface for Cabal and Hackage.</a></li><li><a rel="noreferrer nofollow noopener" class="gmail-inline-onebox" href="https://hackage.haskell.org/package/Cabal-3.12.1.0" target="_blank">Cabal: A framework for packaging Haskell software</a></li><li><a rel="noreferrer nofollow noopener" class="gmail-inline-onebox" href="https://hackage.haskell.org/package/Cabal-syntax-3.12.1.0" target="_blank">Cabal-syntax: A library for working with .cabal files</a></li><li><a rel="noreferrer nofollow noopener" class="gmail-inline-onebox" href="https://hackage.haskell.org/package/cabal-install-solver-3.12.1.0" target="_blank">cabal-install-solver: The command-line interface for Cabal and Hackage.</a></li></ul>
<p>The binaries for <code>cabal-install</code> are available <a rel="noreferrer nofollow noopener" href="https://downloads.haskell.org/cabal/cabal-install-3.12.1.0/" target="_blank">on our website</a> and can be installed via GHCup manually, e.g.:</p>
<ul><li>Linux x86_64 (static, alpine3_18):<pre><code class="gmail-lang-haskell gmail-hljs"><span class="gmail-hljs-title">ghcup</span> <span class="gmail-hljs-comment">--no-cache install cabal -u '<a href="https://downloads.haskell.org/cabal/cabal-install-3.12.1.0/cabal-install-3.12.1.0-x86_64-linux-alpine3_18.tar.xz" rel="noreferrer nofollow noopener" target="_blank">https://downloads.haskell.org/cabal/cabal-install-3.12.1.0/cabal-install-3.12.1.0-x86_64-linux-alpine3_18.tar.xz</a>' 3.12.1.0</span>
</code></pre>
</li><li>MacOS AArch64:<pre><code class="gmail-lang-haskell gmail-hljs"><span class="gmail-hljs-title">ghcup</span> <span class="gmail-hljs-comment">--no-cache install cabal -u '<a href="https://downloads.haskell.org/cabal/cabal-install-3.12.1.0/cabal-install-3.12.1.0-aarch64-darwin.tar.xz" rel="noreferrer nofollow noopener" target="_blank">https://downloads.haskell.org/cabal/cabal-install-3.12.1.0/cabal-install-3.12.1.0-aarch64-darwin.tar.xz</a>' 3.12.1.0</span>
</code></pre>
</li><li>Windows:<pre><code class="gmail-lang-haskell gmail-hljs"><span class="gmail-hljs-title">ghcup</span> <span class="gmail-hljs-comment">--no-cache install cabal -u '<a href="https://downloads.haskell.org/cabal/cabal-install-3.12.1.0/cabal-install-3.12.1.0-x86_64-windows.zip" rel="noreferrer nofollow noopener" target="_blank">https://downloads.haskell.org/cabal/cabal-install-3.12.1.0/cabal-install-3.12.1.0-x86_64-windows.zip</a>' 3.12.1.0</span>
</code></pre>
</li><li>or a similar command for your platform using the binaries provided on the website</li><li>as usual, <code>cabal update && cabal install cabal-install-3.12.1.0</code> is an option too.</li></ul>
<p>We expect the official GHCup channel to be updated with the 3.12.1.0 binaries soon.</p>
<h2>
<a href="https://discourse.haskell.org/t/cabal-install-3-12-1-0-and-accompanying-libraries-released/9830#what-is-new-1" class="gmail-anchor" name="what-is-new-1" rel="noreferrer nofollow noopener" target="_blank"></a>What is new</h2>
<p><strong>Performance</strong></p>
<ul><li>Significant speedups during cabal startup due to use of the latest <code>tar</code>
</li></ul>
<p><strong>Project Organization</strong></p>
<ul><li>Support for asm, cmm, and js sources in executable components</li><li>Support for per-component builds when coverage is enabled</li><li>Haskell files in explicit source directories take precedence over autogenerated Haskell files</li><li>Fix precedence for <code>PATH</code> for <code>build-tools-depends</code> (executables from <code>PATH</code> don’t shadow executables from <code>build-tool-depends</code> anymore)</li></ul>
<p><strong>UX</strong></p>
<ul><li>Errors now have error codes, which will be documented on <a rel="noreferrer nofollow noopener" href="https://errors.haskell.org" target="_blank">https://errors.haskell.org</a>
</li><li>A new subcommand, <code>cabal path</code>, which can be used to get information about the paths cabal will use within a project</li><li>Support for authentication tokens for uploading to Hackage</li><li>
<code>--(test-)show-details=direct</code> is now the default</li><li>Shorten solver rejection messages by removing repetition</li><li>Show provenance of project constraints</li></ul>
<p><strong>Interaction with GHC</strong></p>
<ul><li>Support for loading multiple components into one repl session</li><li>Support for the <code>--semaphore</code> flag to enable interaction with GHC Job Server protocol</li><li>Support for <code>GHC2024</code>
</li><li>Support for language extensions <code>ExtendedLiterals</code>¸ <code>ListTuplePuns</code>, and <code>TypeAbstractions</code>
</li></ul>
<p><strong>Other Compilers</strong></p>
<ul><li>Micro Haskell (MHS) has been added as a known compiler. We don’t have support for driving it yet, though.</li></ul>
<p>See <a rel="noreferrer nofollow noopener" href="https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.12.1.0.md" target="_blank">the release notes</a> for more details and other changes.</p>
<h2>
<a href="https://discourse.haskell.org/t/cabal-install-3-12-1-0-and-accompanying-libraries-released/9830#contributors-2" class="gmail-anchor" name="contributors-2" rel="noreferrer nofollow noopener" target="_blank"></a>Contributors</h2>
<p>50^2, Adam Gundry, Andrea Bedini, Andreas Abel, Andreas Klebinger,
Arjun Kathuria, Artem Pelenitsyn, BasLaa, Bas Laarakker, Ben Gamari,
Bodigrim, Brandon Chinn, brandon s allbery kf8nh, Bryan Richter, Colton
Clemmer, Csaba Hruska, cydparser, Daniel Trstenjak, David Binder, David
Christiansen, Edwin Marshall, Elodie Lander, Erik de Castro Lopo, Felix
Yan, fendor, Finley, Francesco Ariis, Francesco Gazzetta, Fraser
Tweedale, Gershom Bazerman, Hamish Mackenzie, Hécate Moonlight, Ikko
Eltociear Ashimine, Jana Chadt, Javier Sagredo, Jean-Paul Calderone,
Jens Petersen, Jessica Hamilton, John Paul Adrian Glaubitz, Josh
Meredith, Julia Longtin, Julian Ospald, Kazuki Okamoto, Kristen Kozak,
Krzysztof Gogolewski, liamzee, Liisi Kerik, Lin Runze, Malte Neuss,
malteneuss, Marcin Szamotulski, Matthew Pickering, Mel Zuser, Michael
Peyton Jones, Mike Pilgrem, Mikolaj Konarski, mixphix, Oleg Grenrus,
Ondřej Šebek, Patrick Augusto, Patrick Dougherty, Peter Becich, Phil
de Joux, Pierre Le Marre, Rebecca Turner, Rodrigo Mesquita, Ryan Scott,
Samuel Thibault, Sander, Sebastian Tee, Sergey Vinokurov, Shae Erisson,
sheaf, Simon Hengel, Siyuan Chen, Sören Tempel, SuganyaAK, Suganya Raju,
 Sylvain Henry, Taylor Fausak, Teo Camarasu, Tom Ellis, tomjaguarpaw,
Tommy Bidne, Tom Smeding, Torsten Schmits, Tristan Cacqueray, Troels
Henriksen, Wismill, Yvan Sraka, Zoe Zuser</p>
<p>We thank all contributors as well as our reviewers, QA testers,
devops, and others without whom this release wouldn’t be possible.</p>
<h2>
<a href="https://discourse.haskell.org/t/cabal-install-3-12-1-0-and-accompanying-libraries-released/9830#feedback-3" class="gmail-anchor" name="feedback-3" rel="noreferrer nofollow noopener" target="_blank"></a>Feedback</h2>
<p>Please, report any issues you notice with the 3.12.1.0 release on our GitHub: <a rel="noreferrer nofollow noopener" class="gmail-inline-onebox" href="https://github.com/haskell/cabal" target="_blank">https://github.com/haskell/cabal</a></p>
<p>— cabal release team (Artem, Brandon, Francesco, Gershom, Hécate, Mikołaj)</p></div></div>

        </blockquote><br>
    </div>