From 9142acd1abefc470b68c0ee52e796f4efbf522ed Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Sat, 28 Jul 2018 15:41:38 -0400 Subject: [PATCH] Configure non-latest CI build via STACK_YAML So weeder will respect it as well. --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a483604..205237d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,7 +40,9 @@ jobs: build_8.2.2: <<: *stack_build environment: - STACK_ARGUMENTS: --stack-yaml stack-lts-11.18.yaml + # Set this one via ENV var so that weeder respects it too. See + # https://github.com/ndmitchell/weeder/issues/41. + STACK_YAML: stack-lts-11.18.yaml build_8.4.3: <<: *stack_build environment: