maintainers/scripts/haskell/update-stackage: switch to Nightly

Switching to Nightly to start the upgrade process to GHC 9.12. We'll
eventually switch back to LTS once Stackage 25 is released.

Needs to be a separate commit, otherwise the script itself won't run.
This commit is contained in:
Wolfgang Walther 2026-05-16 20:32:42 +02:00
commit 87258e4b4c
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -33,7 +33,7 @@ fi
# Stackage solver to use, LTS or Nightly
# (should be capitalized like the display name)
SOLVER=LTS
SOLVER=Nightly
# Stackage solver verson, if any. Use latest if empty
VERSION=
TMP_TEMPLATE=update-stackage.XXXXXXX