From 14d0bfc61af6d2ff6a11f67a31f6e1523d88246b Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Mon, 28 Feb 2022 18:51:31 +0530 Subject: [PATCH] Update the stack resolver and keep versions DRY --- appveyor.yml | 4 ++-- docs/Compiling.md | 2 +- stack.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c444c31d7..15df3e1a3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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" diff --git a/docs/Compiling.md b/docs/Compiling.md index 659242bdb..16f201bcb 100644 --- a/docs/Compiling.md +++ b/docs/Compiling.md @@ -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 diff --git a/stack.yaml b/stack.yaml index 305bf1987..30226a0ef 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-18.18 +resolver: lts-18.27 packages: - '.' - './benchmark'