<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Zubin,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I'll do the r2 release as you advised.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Thanks,</div><div class="gmail_default" style="font-size:small">Lei Zhu</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Nov 3, 2024 at 8:02 PM <<a href="mailto:ghc-devs-request@haskell.org">ghc-devs-request@haskell.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send ghc-devs mailing list submissions to<br>
        <a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:ghc-devs-request@haskell.org" target="_blank">ghc-devs-request@haskell.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:ghc-devs-owner@haskell.org" target="_blank">ghc-devs-owner@haskell.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of ghc-devs digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Allow `base < 5` for package `array` (Lei Zhu)<br>
   2. Re: Allow `base < 5` for package `array` (Zubin Duggal)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 3 Nov 2024 16:37:09 +0800<br>
From: Lei Zhu <<a href="mailto:julytreee@gmail.com" target="_blank">julytreee@gmail.com</a>><br>
To: <a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
Subject: Allow `base < 5` for package `array`<br>
Message-ID:<br>
        <CAGfc3OtzHGKqN3-6RtwA2Q_iMHMQLZjd5=<a href="mailto:mQQ80fGSON5R5eYg@mail.gmail.com" target="_blank">mQQ80fGSON5R5eYg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi,<br>
<br>
I'm preparing the next `array` release for the coming ghc 9.12.<br>
The process seems boring because I just need to loosen the<br>
upper bound of the `base`, and then make a release.<br>
<br>
Shall I have a larger range like `base < 5` or are there any<br>
restriction in the `base`, so we have to bump the version<br>
one by one?<br>
<br>
Thanks,<br>
Lei Zhu<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://mail.haskell.org/pipermail/ghc-devs/attachments/20241103/b27eeffd/attachment-0001.html" rel="noreferrer" target="_blank">http://mail.haskell.org/pipermail/ghc-devs/attachments/20241103/b27eeffd/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 3 Nov 2024 17:10:20 +0530<br>
From: Zubin Duggal <<a href="mailto:zubin@well-typed.com" target="_blank">zubin@well-typed.com</a>><br>
To: Lei Zhu <<a href="mailto:julytreee@gmail.com" target="_blank">julytreee@gmail.com</a>><br>
Cc: <a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
Subject: Re: Allow `base < 5` for package `array`<br>
Message-ID:<br>
        <6rp5i5anpp5my7tlansagwqfay3jbnhuwq5t5gucn62gcdydoc@uufuj53d3fso><br>
Content-Type: text/plain; charset=us-ascii; format=flowed<br>
<br>
Hi,<br>
<br>
It is best only only allow versions that are known to compile.<br>
Breaking changes in `base` might break the build otherwise.<br>
In this case, as no other changes are needed, we don't need<br>
a new release of `array`. A hackage revision of array-0.5.8.0,<br>
bumping the base bound to allow base-4.21 will be sufficient.<br>
<br>
Along with this, I would appreciate if a commit bumping the bound<br>
in the cabal file was also pushed to the repository, with an<br>
appropriate tag like 0.5.8.0-r2 (as there already seems to be<br>
an r1 revision).<br>
<br>
Thanks,<br>
Zubin<br>
<br>
On 24/11/03 16:37, Lei Zhu wrote:<br>
>Hi,<br>
><br>
>I'm preparing the next `array` release for the coming ghc 9.12.<br>
>The process seems boring because I just need to loosen the<br>
>upper bound of the `base`, and then make a release.<br>
><br>
>Shall I have a larger range like `base < 5` or are there any<br>
>restriction in the `base`, so we have to bump the version<br>
>one by one?<br>
><br>
>Thanks,<br>
>Lei Zhu<br>
<br>
>_______________________________________________<br>
>ghc-devs mailing list<br>
><a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
><a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
<br>
<br>
------------------------------<br>
<br>
End of ghc-devs Digest, Vol 255, Issue 3<br>
****************************************<br>
</blockquote></div>