Skip to content

Commit

Permalink
Update stack config
Browse files Browse the repository at this point in the history
Update stack lts in appveyor.yaml
  • Loading branch information
harendra-kumar committed Mar 9, 2023
1 parent f5c4c60 commit 144f797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ environment:
# version.
#STACKVER: "1.6.5"
STACK_UPGRADE: "y"
RESOLVER: "lts-18"
RESOLVER: "lts-20"
STACK_ROOT: "c:\\sr"

# ------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resolver: lts-18.0
resolver: lts-20.13
packages:
- '.'
extra-deps:
- streamly-0.8.0
- streamly-0.8.3

rebuild-ghc-options: true

0 comments on commit 144f797

Please sign in to comment.