Skip to content

Commit 8ab07fe

Browse files
tdietertsdiehl
authored andcommitted
Try to not build deps every CI run (sdiehl#8)
1 parent 22a3d73 commit 8ab07fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
dependencies:
22
cache_directories:
33
- "~/.stack"
4+
- "~/.stack-work"
45
pre:
56
- wget https://github.com/commercialhaskell/stack/releases/download/v1.7.1/stack-1.7.1-linux-x86_64.tar.gz -O /tmp/stack.tar.gz
67
- tar -zxvf /tmp/stack.tar.gz -C /tmp

0 commit comments

Comments
 (0)