From 78de92c8971dbe5e6cefedc5c2f2bf0fe841c390 Mon Sep 17 00:00:00 2001 From: John Ky Date: Sun, 12 May 2019 13:25:20 +1000 Subject: [PATCH] Upgrade to haskell-build@2.0.2 --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 15c3c05..2812d9f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,26 +1,26 @@ version: 2.1 orbs: - haskell: haskell-works/haskell-build-2@1.6.17 + haskell: haskell-works/haskell-build@2.0.2 github: haskell-works/github-release@1.2.1 hackage: haskell-works/hackage@1.0.0 workflows: multiple-ghc-build: jobs: - - haskell/build: + - haskell/build-with-binary-cache: name: GHC 8.2.2 executor: haskell/ghc-8_2_2 context: haskell-ci binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"} - - haskell/build: + - haskell/build-with-binary-cache: name: GHC 8.4.4 executor: haskell/ghc-8_4_4 context: haskell-ci binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"} - - haskell/build: + - haskell/build-with-binary-cache: name: GHC 8.6.4 executor: haskell/ghc-8_6_4 context: haskell-ci