Skip to content

Commit

Permalink
Merge pull request #12 from haskell-works/upgrade-to-haskell-build-2-…
Browse files Browse the repository at this point in the history
…1-6-17

Upgrade to haskell build 2 1 6 17
  • Loading branch information
newhoggy committed May 11, 2019
2 parents 96c4de1 + fa506bf commit 070497c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
@@ -1,7 +1,7 @@
version: 2.1

orbs:
haskell: haskell-works/haskell-build-2@1.6.16
haskell: haskell-works/haskell-build-2@1.6.17
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0

Expand All @@ -12,16 +12,19 @@ workflows:
name: GHC 8.2.2
executor: haskell/ghc-8_2_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"}

- haskell/build:
name: GHC 8.4.4
executor: haskell/ghc-8_4_4
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:
name: GHC 8.6.4
executor: haskell/ghc-8_6_4
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
Expand Down

0 comments on commit 070497c

Please sign in to comment.