Re: ghc-devs Digest, Vol 255, Issue 3
Hi Zubin, I'll do the r2 release as you advised. Thanks, Lei Zhu On Sun, Nov 3, 2024 at 8:02 PM <ghc-devs-request@haskell.org> wrote:
Send ghc-devs mailing list submissions to ghc-devs@haskell.org
To subscribe or unsubscribe via the World Wide Web, visit http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs or, via email, send a message with subject or body 'help' to ghc-devs-request@haskell.org
You can reach the person managing the list at ghc-devs-owner@haskell.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of ghc-devs digest..."
Today's Topics:
1. Allow `base < 5` for package `array` (Lei Zhu) 2. Re: Allow `base < 5` for package `array` (Zubin Duggal)
----------------------------------------------------------------------
Message: 1 Date: Sun, 3 Nov 2024 16:37:09 +0800 From: Lei Zhu <julytreee@gmail.com> To: ghc-devs@haskell.org Subject: Allow `base < 5` for package `array` Message-ID: <CAGfc3OtzHGKqN3-6RtwA2Q_iMHMQLZjd5= mQQ80fGSON5R5eYg@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
Hi,
I'm preparing the next `array` release for the coming ghc 9.12. The process seems boring because I just need to loosen the upper bound of the `base`, and then make a release.
Shall I have a larger range like `base < 5` or are there any restriction in the `base`, so we have to bump the version one by one?
Thanks, Lei Zhu
participants (1)
-
Lei Zhu