summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Steinitz <dominic@steinitz.org>2018-04-03 13:26:34 +0100
committerDominic Steinitz <dominic@steinitz.org>2018-04-03 13:26:34 +0100
commit113ba5dff70c68d9506b8e43eaeb8be3ad15bdf6 (patch)
tree01529622c281d94ccbf77fe770c89408bb7162ab
parent28a06f9122a46c3bf1b480654283cf966ea9ebe0 (diff)
Update packages
-rw-r--r--.circleci/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 31cf89b..497e4dc 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -8,6 +8,9 @@ jobs:
8 - restore_cache: 8 - restore_cache:
9 key: stack-deps-{{ checksum "stack.yaml" }} 9 key: stack-deps-{{ checksum "stack.yaml" }}
10 - run: 10 - run:
11 name: Update packages
12 command: nix-channel --update
13 - run:
11 name: Setup build toolchain 14 name: Setup build toolchain
12 command: stack setup 15 command: stack setup
13 - run: 16 - run: