From aeaf7f7eac6f1367aebbcc101affd6ba212dcca6 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Sat, 28 Jul 2018 14:18:41 -0400 Subject: [PATCH] Add an 8.4 build --- .circleci/config.yml | 5 +++++ stack-lts-12.2.yaml | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 stack-lts-12.2.yaml diff --git a/.circleci/config.yml b/.circleci/config.yml index e416e7a..48148ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,6 +41,10 @@ jobs: <<: *stack_build environment: STACK_ARGUMENTS: --stack-yaml stack-lts-11.18.yaml + build_8.4.3: + <<: *stack_build + environment: + STACK_ARGUMENTS: --stack-yaml stack-lts-12.2.yaml build: <<: *stack_build build_nightly: @@ -53,5 +57,6 @@ workflows: builds: jobs: - build_8.2.2 + - build_8.4.3 - build - build_nightly diff --git a/stack-lts-12.2.yaml b/stack-lts-12.2.yaml new file mode 100644 index 0000000..92a7bcf --- /dev/null +++ b/stack-lts-12.2.yaml @@ -0,0 +1,8 @@ +--- +resolver: lts-12.2 +extra-deps: + - hoauth2-1.7.2 + - uri-bytestring-aeson-0.1.0.6 + +# needed so resourcet can get exceptions-0.10 even though hoauth dislikes it +allow-newer: true