Skip to content

Commit

Permalink
Add ci build for ghc-8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Nov 28, 2019
1 parent 8a13fb0 commit 9544347
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .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@2.0.2
haskell: haskell-works/haskell-build@4.0.2
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0

Expand All @@ -26,13 +26,20 @@ workflows:
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"}

- haskell/build-with-binary-cache:
name: GHC 8.8.1
executor: haskell/ghc-8_8_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"}

- github/release-cabal:
name: GitHub Release
context: haskell-ci
requires:
- GHC 8.2.2
- GHC 8.4.4
- GHC 8.6.5
- GHC 8.8.1
checkout: true
filters:
branches:
Expand Down

0 comments on commit 9544347

Please sign in to comment.