From 26d71df10870f26ced7f6637c896dd539342843a Mon Sep 17 00:00:00 2001 From: John Ky Date: Sat, 11 May 2019 19:02:55 +1000 Subject: [PATCH 1/2] Upgrade to haskell-build-2@1.6.17 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 20cf24f..ca4c385 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - haskell: haskell-works/haskell-build-2@1.6.16 + haskell: haskell-works/haskell-build-2@1.6.17 github: haskell-works/github-release@1.2.1 hackage: haskell-works/hackage@1.0.0 From b043f642766d130ccc21274b38aa9b31b2437f95 Mon Sep 17 00:00:00 2001 From: John Ky Date: Sat, 11 May 2019 19:08:55 +1000 Subject: [PATCH 2/2] Add fallback binary cache uri --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ca4c385..15c3c05 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,16 +12,19 @@ workflows: 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: 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: name: GHC 8.6.4 executor: haskell/ghc-8_6_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"} - github/release-cabal: name: GitHub Release