We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408f350 commit 0a424a8Copy full SHA for 0a424a8
.circleci/config.yml
@@ -62,10 +62,10 @@ workflows:
62
cabal-test-extra: --test-show-details=direct
63
64
- haskell/build-with-binary-cache:
65
- name: GHC 8.8.1
+ name: GHC 8.8.2
66
executor:
67
name: cabal-build
68
- ghc-version: 8.8.1
+ ghc-version: 8.8.2
69
before-build: [build-librdkafka]
70
context: haskell-ci
71
binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}
0 commit comments