Skip to content

Update stack resolvers 8.10.3/8.10.4 #1380

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update stack resolvers 8.10.3/8.10.4
  • Loading branch information
jneira committed Feb 15, 2021
commit 7886ba4e2b1e31d9e279b4221e68d410852ebf33
2 changes: 1 addition & 1 deletion stack-8.10.3.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2021-02-06
resolver: lts-17.2 # Last ghc-8.10.3 lts

packages:
- .
Expand Down
3 changes: 1 addition & 2 deletions stack-8.10.4.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
resolver: nightly-2021-02-06
compiler: ghc-8.10.4
resolver: lts-17.4

packages:
- .
Expand Down