diff --git a/.circleci/config.yml b/.circleci/config.yml index 20cf24f..15c3c05 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 @@ -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