Update the stack resolver and keep versions DRY

This commit is contained in:
Adithya Kumar 2022-02-28 18:51:31 +05:30
parent f30eafd440
commit 14d0bfc61a
3 changed files with 4 additions and 4 deletions

View File

@ -34,9 +34,9 @@ environment:
# Note requiring a specific version of stack using STACKVER may fail due to
# github API limit while checking and upgrading/downgrading to the specific
# version.
#STACKVER: "1.6.5"
# STACKVER: "1.6.5"
STACK_UPGRADE: "y"
RESOLVER: "lts-18.18"
# RESOLVER: "lts-18.27"
STACK_ROOT: "c:\\sr"
STACK_BUILD_OPTIONS: "--flag streamly-benchmarks:-opt"
STACK_YAML: "stack.yaml"

View File

@ -14,7 +14,7 @@ However, upcoming releases may fix some of these issues.
### Distributions
Tested with stackage `lts-18.18` and `nix 21.05`.
Tested with stackage `lts-18.27` and `nix 21.05`.
### Memory requirements

View File

@ -1,4 +1,4 @@
resolver: lts-18.18
resolver: lts-18.27
packages:
- '.'
- './benchmark'