Skip to content

Commit 77395f0

Browse files
authored
Merge pull request #13 from haskell-works/ci-build-for-ghc-8.8.3
CI build for ghc-8.8.3
2 parents 8984f6a + 57a7c91 commit 77395f0

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,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
haskell: haskell-works/haskell-build@4.0.5
4+
haskell: haskell-works/haskell-build@4.1.7
55
github: haskell-works/[email protected]
66
hackage: haskell-works/[email protected]
77

@@ -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.2
37-
executor: haskell/ghc-8_8_2
36+
name: GHC 8.8.3
37+
executor: haskell/ghc-8_8_3
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.2
50+
- GHC 8.8.3
5151
checkout: true
5252
filters:
5353
branches:

0 commit comments

Comments
 (0)