CI: bump cabal cache

This commit is contained in:
Alan Zimmerman 2018-10-05 09:35:28 +02:00
parent fe07193b39
commit d1978e6dce

View File

@ -143,7 +143,7 @@ jobs:
command: git submodule update --recursive --init
- restore-cache:
keys:
- cabal-02
- cabal-03
- run:
name: Update
command: cabal new-update
@ -152,9 +152,10 @@ jobs:
command: cabal new-configure --enable-tests
- run:
name: Build
command: cabal --version
command: cabal new-build -j2
- save_cache:
key: cabal-02
key: cabal-03
paths:
- ~/.cabal