template-haskell 2.17.0.0 not on Hackage

Hi, I noticed that template-haskell 2.17.0.0 has not been released to Hackage. One consequence of this is that the Hackage Dependency Monitor does not notify package maintainers of the major release. Releasing the new version on Hackage may prompt more package maintainers to update typed Template Haskell API code so that it works with GHC 9. Regards, Travis

This happens all the time: https://github.com/haskell-infra/hackage-trustees/issues/276 On Sat, Mar 27, 2021, at 7:13 PM, Travis Cardwell via Libraries wrote:
Hi,
I noticed that template-haskell 2.17.0.0 has not been released to Hackage. One consequence of this is that the Hackage Dependency Monitor does not notify package maintainers of the major release. Releasing the new version on Hackage may prompt more package maintainers to update typed Template Haskell API code so that it works with GHC 9.
Regards,
Travis _______________________________________________ Libraries mailing list Libraries@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries

The same situation exists with `base-4.15` and any of the other libraries shipped with ghc 9.0.1. Well, base 4.15 _just_ got put up by Ben, but hasn't had a documentation upload yet. In the past it was always Herbert who did these uploads, IIRC. -Edward On Sat, Mar 27, 2021 at 4:17 PM Travis Cardwell via Libraries < libraries@haskell.org> wrote:
Hi,
I noticed that template-haskell 2.17.0.0 has not been released to Hackage. One consequence of this is that the Hackage Dependency Monitor does not notify package maintainers of the major release. Releasing the new version on Hackage may prompt more package maintainers to update typed Template Haskell API code so that it works with GHC 9.
Regards,
Travis _______________________________________________ Libraries mailing list Libraries@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries

There’s some work in flight I believe to address this problem going forward
but I’ll let those working on it opine
On Sun, Mar 28, 2021 at 10:42 AM Edward Kmett
The same situation exists with `base-4.15` and any of the other libraries shipped with ghc 9.0.1.
Well, base 4.15 _just_ got put up by Ben, but hasn't had a documentation upload yet.
In the past it was always Herbert who did these uploads, IIRC.
-Edward
On Sat, Mar 27, 2021 at 4:17 PM Travis Cardwell via Libraries < libraries@haskell.org> wrote:
Hi,
I noticed that template-haskell 2.17.0.0 has not been released to Hackage. One consequence of this is that the Hackage Dependency Monitor does not notify package maintainers of the major release. Releasing the new version on Hackage may prompt more package maintainers to update typed Template Haskell API code so that it works with GHC 9.
Regards,
Travis _______________________________________________ Libraries mailing list Libraries@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries
_______________________________________________ Libraries mailing list Libraries@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries

In the past it was always Herbert who did these uploads, IIRC.
Why doesn't the GHC team upload the boot libraries to hackage? Seems like this would naturally be a part of making a GHC release... On 2021-03-28 18:17, Carter Schonwald wrote:
There’s some work in flight I believe to address this problem going forward but I’ll let those working on it opine
On Sun, Mar 28, 2021 at 10:42 AM Edward Kmett
mailto:ekmett@gmail.com> wrote: The same situation exists with `base-4.15` and any of the other libraries shipped with ghc 9.0.1.
Well, base 4.15 _just_ got put up by Ben, but hasn't had a documentation upload yet.
In the past it was always Herbert who did these uploads, IIRC.
-Edward
On Sat, Mar 27, 2021 at 4:17 PM Travis Cardwell via Libraries
mailto:libraries@haskell.org> wrote: Hi,
I noticed that template-haskell 2.17.0.0 has not been released to Hackage. One consequence of this is that the Hackage Dependency Monitor does not notify package maintainers of the major release. Releasing the new version on Hackage may prompt more package maintainers to update typed Template Haskell API code so that it works with GHC 9.
Regards,
Travis _______________________________________________ Libraries mailing list Libraries@haskell.org mailto:Libraries@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries
_______________________________________________ Libraries mailing list Libraries@haskell.org mailto:Libraries@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries
_______________________________________________ Libraries mailing list Libraries@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries

Am Mo., 29. März 2021 um 08:20 Uhr schrieb Andreas Abel
Why doesn't the GHC team upload the boot libraries to hackage? Seems like this would naturally be a part of making a GHC release...
Apparently Ben Gamari has integrated the libraries and docs upload into the GHC release process now: https://gitlab.haskell.org/ghc/ghc/-/issues/18216#note_342415

Great! On 2021-03-29 12:57, Simon Jakobi wrote:
Am Mo., 29. März 2021 um 08:20 Uhr schrieb Andreas Abel
: Why doesn't the GHC team upload the boot libraries to hackage? Seems like this would naturally be a part of making a GHC release...
Apparently Ben Gamari has integrated the libraries and docs upload into the GHC release process now: https://gitlab.haskell.org/ghc/ghc/-/issues/18216#note_342415
participants (6)
-
Andreas Abel
-
Carter Schonwald
-
Edward Kmett
-
Simon Jakobi
-
Taylor Fausak
-
Travis Cardwell