Skip to content

Commit

Permalink
Upgrade CI to ghc-8.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Jan 17, 2020
1 parent 9b7d0de commit 36a5793
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ workflows:
cabal-test-extra: --test-show-details=direct

- haskell/build-with-binary-cache:
name: GHC 8.8.1
executor: haskell/ghc-8_8_1
name: GHC 8.8.2
executor: haskell/ghc-8_8_2
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.1
- GHC 8.8.2
checkout: true
filters:
branches:
Expand Down

0 comments on commit 36a5793

Please sign in to comment.