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