
I'm pleased to announce LTS plans for GHC Read all the details here: https://www.haskell.org/ghc/blog/20250702-ghc-release-schedules.html There is also a discourse thread if you have feedback: https://discourse.haskell.org/t/ghc-lts-releases-the-glasgow-haskell-compile... Best Wishes Andreas

On Tue, 15 Jul 2025, Andreas Klebinger via Haskell-Cafe wrote:
Read all the details here: https://www.haskell.org/ghc/blog/20250702-ghc-release-schedules.html
There is also a discourse thread if you have feedback: https://discourse.haskell.org/t/ghc-lts-releases-the-glasgow-haskell-compile...
Interesting approach. I guess Linux distributions like Debian will then also stick to GHC LTS releases. Btw. I think GHC-9.14 is the first GHC release with such a high second version number. We had GHC-6.12, GHC-7.10, GHC-8.10. In my memory, GHC-7 was the version range for consolidating type families, GHC-8 was the version range for consolidating kind level extensions, GHC-9 could have been the version range for dependent types, maybe GHC-10 will.

Still seems to me that dependent types is taking long enough that 10 won't be it unless we don't have anything else big going in. That said, bgamari was grouching enough about release complications around 9.10 that I wonder if we'll see 10.0 without a big change. ☺ On Wed, Jul 16, 2025 at 4:53 PM Henning Thielemann < lemming@henning-thielemann.de> wrote:
On Tue, 15 Jul 2025, Andreas Klebinger via Haskell-Cafe wrote:
Read all the details here: https://www.haskell.org/ghc/blog/20250702-ghc-release-schedules.html
There is also a discourse thread if you have feedback:
https://discourse.haskell.org/t/ghc-lts-releases-the-glasgow-haskell-compile...
Interesting approach. I guess Linux distributions like Debian will then also stick to GHC LTS releases.
Btw. I think GHC-9.14 is the first GHC release with such a high second version number. We had GHC-6.12, GHC-7.10, GHC-8.10.
In my memory, GHC-7 was the version range for consolidating type families, GHC-8 was the version range for consolidating kind level extensions, GHC-9 could have been the version range for dependent types, maybe GHC-10 will. _______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
-- brandon s allbery kf8nh allbery.b@gmail.com

On 16/07/2025 13:05, Henning Thielemann wrote:
In my memory, GHC-7 was the version range for consolidating type families, GHC-8 was the version range for consolidating kind level extensions, GHC-9 could have been the version range for dependent types, maybe GHC-10 will.
GHC-9 brought us linear types. :)

It did bring a rework of the GHC API's module hierarchy that was deemed sufficiently big to warrant a new major release family. :) Le 16/07/2025 à 23:39, Tom Smeding a écrit :
On 16/07/2025 13:05, Henning Thielemann wrote:
In my memory, GHC-7 was the version range for consolidating type families, GHC-8 was the version range for consolidating kind level extensions, GHC-9 could have been the version range for dependent types, maybe GHC-10 will.
GHC-9 brought us linear types. :) _______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
-- Hécate ✨ 🐦: @TechnoEmpress IRC: Hecate WWW: https://glitchbra.in RUN: BSD
participants (5)
-
Andreas Klebinger
-
Brandon Allbery
-
Henning Thielemann
-
Hécate
-
Tom Smeding