Skip to content

Draft: [#919] Update stack resolver to lts-20 (wip)

Nikolay Yakimov requested to merge lierdakil/#919-lts-20 into master

Description

This MR updates stack resolver to lts-20, and consequently GHC to 9.2.7.

There are a few unfortunate regressions in GHC 9.2 however, so it's up in the air whether we want to make the switch now or wait for a bit.

UPD: The most annoying issues were fixed, some minor quirks remain. However, now haskell.nix is apparently borked

UPD2: GHC 9.2.7 segfaults in some cases. I did manage to work around that (yay), but that's likely a no-go for us anyway.

Related issue(s)

Resolves #919 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Nikolay Yakimov

Merge request reports