mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
07855b2421
commit
87258e4b4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue