Skip to content

Commit f074783

Browse files
authored
Merge pull request #169 from haskell-works/upgrade-to-ghc-8.8.2-in-ci
Upgrade to ghc-8.8.2 in CI
2 parents 3d24ccf + 8f1ae92 commit f074783

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 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
workflows:
99
multiple-ghc-build:
@@ -33,8 +33,8 @@ workflows:
3333
cabal-test-extra: --test-show-details=direct
3434

3535
- haskell/build-with-binary-cache:
36-
name: GHC 8.8.1
37-
executor: haskell/ghc-8_8_1
36+
name: GHC 8.8.2
37+
executor: haskell/ghc-8_8_2
3838
context: haskell-ci
3939
binary-cache-uri: ${BINARY_CACHE_URI-"http://hw-binary-cache-us-west-2-a.s3-website-us-west-2.amazonaws.com/archive"}
4040
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
@@ -47,7 +47,7 @@ workflows:
4747
- GHC 8.2.2
4848
- GHC 8.4.4
4949
- GHC 8.6.5
50-
- GHC 8.8.1
50+
- GHC 8.8.2
5151
checkout: true
5252
filters:
5353
branches:

0 commit comments

Comments
 (0)