From dd95da1cc261fb469313170d8479e27819de6616 Mon Sep 17 00:00:00 2001 From: John Ky Date: Sun, 28 Apr 2019 20:43:39 +1000 Subject: [PATCH] Upgrade to haskell-build-2@1.6.8 --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 229f5d7..83b88e6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - haskell: haskell-works/haskell-build@1.6.5 + haskell: haskell-works/haskell-build-2@1.6.8 github: haskell-works/github-release@1.2.1 hackage: haskell-works/hackage@1.0.0 @@ -11,14 +11,17 @@ workflows: - haskell/build: name: GHC 8.2.2 executor: haskell/ghc-8_2_2 + context: haskell-ci - haskell/build: name: GHC 8.4.4 executor: haskell/ghc-8_4_4 + context: haskell-ci - haskell/build: name: GHC 8.6.4 executor: haskell/ghc-8_6_4 + context: haskell-ci - github/release-cabal: name: GitHub Release