aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index b58f259e6..a6019a6d9 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -14,7 +14,9 @@ jobs:
- stack-dependencies-{{ checksum "stack.yaml" }}
- run:
name: Install stack
- command: stack --version || (curl -sSL https://get.haskellstack.org/ | sh -s - -f)
+ command: |
+ brew install ghc
+ brew install haskell-stack
- run:
name: Resolve/Update Dependencies
command: stack --no-terminal setup