-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Chore] Update Stackage resolver and Stack version on CI
Problem: there is a newer LTS version than specified in stack.yaml, and a newer Stack version than specified in the CI config. It's not a problem per-se, but it's a good practice to update all versions from time to time. Solution: 1. Update the resolver in stack.yaml to the latest LTS one at the moment of doing this change (lts-22.4). 2. Update Stack version in ci.yml to the latest released one (2.13.1). 3. Update the GHC version there to match the one implied by the resolver.
- Loading branch information
1 parent
4598ba8
commit 797e085
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
resolver: lts-21.0 | ||
resolver: lts-22.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters