Update resolver lts-20.18 -> lts-24.19 #1292
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It seems that you can't build
clockon FreeBSD. See discussion in the forums.This PR updates the Stack snapshot from
lts-20.18(GHC 9.2.7) tolts-24.19(GHC 9.10.3). I know that GHC 9.10.3 is a quite modern version, but it has reached the point release3so it should hopefully be quite stable. GHCup still recommends 9.6.7, but from what I understand from some discussions they will update those in the not so distant future. And based on the commit history it doesn't look like we update the stack version so often, so if we are going to be stuck on the same version for the coming two years I would prefer the most recent stable version.I changed the resolver with the command
grep -rl 'resolver' | xargs sed -i '' -e 's/20.18/24.19/g'