Skip to content

Commit 144f797

Browse files
Update stack config
Update stack lts in appveyor.yaml
1 parent f5c4c60 commit 144f797

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ environment:
3232
# version.
3333
#STACKVER: "1.6.5"
3434
STACK_UPGRADE: "y"
35-
RESOLVER: "lts-18"
35+
RESOLVER: "lts-20"
3636
STACK_ROOT: "c:\\sr"
3737

3838
# ------------------------------------------------------------------------

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
resolver: lts-18.0
1+
resolver: lts-20.13
22
packages:
33
- '.'
44
extra-deps:
5-
- streamly-0.8.0
5+
- streamly-0.8.3
66

77
rebuild-ghc-options: true

0 commit comments

Comments
 (0)