Skip to content

Commit 0b9c539

Browse files
authored
Merge pull request #122 from haskell-works/upgrade-to-ghc-8.8.2-in-ci
Upgrade to ghc-8.8.2 in CI
2 parents fb054c9 + 062529c commit 0b9c539

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2.1
22

33
orbs:
4-
haskell: haskell-works/[email protected].2
4+
haskell: haskell-works/[email protected].5
55
github: haskell-works/[email protected]
6-
hackage: haskell-works/hackage@1.0.0
6+
hackage: haskell-works/hackage@1.3.0
77

88
executors:
99
cabal-build:
@@ -62,10 +62,10 @@ workflows:
6262
cabal-test-extra: --test-show-details=direct
6363

6464
- haskell/build-with-binary-cache:
65-
name: GHC 8.8.1
65+
name: GHC 8.8.2
6666
executor:
6767
name: cabal-build
68-
ghc-version: 8.8.1
68+
ghc-version: 8.8.2
6969
before-build: [build-librdkafka]
7070
context: haskell-ci
7171
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

Comments
 (0)