Skip to content

Commit

Permalink
Merge pull request #60 from haskell-works/ci-build-for-ghc-8.8.3
Browse files Browse the repository at this point in the history
CI build for ghc-8.8.3
  • Loading branch information
newhoggy authored Mar 29, 2020
2 parents 598803f + 62e05dd commit 4086d42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
haskell: haskell-works/haskell-build@4.0.5
haskell: haskell-works/haskell-build@4.1.7
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.3.0

Expand Down Expand Up @@ -33,8 +33,8 @@ workflows:
cabal-test-extra: --test-show-details=direct

- haskell/build-with-binary-cache:
name: GHC 8.8.2
executor: haskell/ghc-8_8_2
name: GHC 8.8.3
executor: haskell/ghc-8_8_3
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"}
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
Expand All @@ -47,7 +47,7 @@ workflows:
- GHC 8.2.2
- GHC 8.4.4
- GHC 8.6.5
- GHC 8.8.2
- GHC 8.8.3
checkout: true
filters:
branches:
Expand Down

0 comments on commit 4086d42

Please sign in to comment.