Skip to content

Commit

Permalink
Merge pull request #24 from haskell-works/support-ghc-8.10.1
Browse files Browse the repository at this point in the history
Support for ghc-8.10.1
  • Loading branch information
newhoggy committed Apr 11, 2020
2 parents f022906 + 3451d89 commit 3894316
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ orbs:
haskell: haskell-works/haskell-build@4.1.7
github: haskell-works/github-release@1.3.3
hackage: haskell-works/hackage@1.4.1
merge-point: haskell-works/merge-point@1.0.0

workflows:
multiple-ghc-build:
Expand Down Expand Up @@ -32,14 +33,28 @@ workflows:
cabal-build-extra: --write-ghc-environment-files=ghc8.4.4+
cabal-test-extra: --test-show-details=direct

- github/release-cabal:
name: GitHub Release
- haskell/build-with-binary-cache:
name: GHC 8.10.1
executor: haskell/ghc-8_10_1
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+
cabal-test-extra: --test-show-details=direct

- merge-point/merge-point:
name: Build Ok
requires:
- GHC 8.4.4
- GHC 8.6.5
- GHC 8.8.3
- GHC 8.10.1

- github/release-cabal:
name: GitHub Release
context: haskell-ci
checkout: true
requires:
- Build Ok
filters:
branches:
only: master
Expand Down

0 comments on commit 3894316

Please sign in to comment.