diff options
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 497e4dc..308dc04 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml | |||
@@ -6,7 +6,7 @@ jobs: | |||
6 | steps: | 6 | steps: |
7 | - checkout | 7 | - checkout |
8 | - restore_cache: | 8 | - restore_cache: |
9 | key: stack-deps-{{ checksum "stack.yaml" }} | 9 | key: stack-deps-foo-{{ checksum "stack.yaml" }} |
10 | - run: | 10 | - run: |
11 | name: Update packages | 11 | name: Update packages |
12 | command: nix-channel --update | 12 | command: nix-channel --update |
@@ -19,7 +19,7 @@ jobs: | |||
19 | - save_cache: | 19 | - save_cache: |
20 | paths: | 20 | paths: |
21 | - "~/.stack" | 21 | - "~/.stack" |
22 | key: stack-deps-{{ checksum "stack.yaml" }} | 22 | key: stack-deps-foo-{{ checksum "stack.yaml" }} |
23 | - run: | 23 | - run: |
24 | name: Building | 24 | name: Building |
25 | command: stack build --pedantic | 25 | command: stack build --pedantic |