Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 7d37744

Browse files
committed
Bump circleCI cabal cache
And bring it in line with the others, so it can be updated more easily
1 parent 38e6fec commit 7d37744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
command: git submodule update --recursive --init
165165
- restore-cache:
166166
keys:
167-
- cabal-03
167+
- cabal-12-{{ arch }}-{{ .Environment.CIRCLE_JOB }}
168168
- run:
169169
name: Cabal version
170170
command: cabal --version
@@ -178,7 +178,7 @@ jobs:
178178
name: Build
179179
command: cabal new-build -j2
180180
- save_cache:
181-
key: cabal-03
181+
key: cabal-12-{{ arch }}-{{ .Environment.CIRCLE_JOB }}
182182
paths:
183183
- ~/.cabal
184184

0 commit comments

Comments
 (0)