We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a3d73 commit 8ab07feCopy full SHA for 8ab07fe
circle.yml
@@ -1,6 +1,7 @@
1
dependencies:
2
cache_directories:
3
- "~/.stack"
4
+ - "~/.stack-work"
5
pre:
6
- 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
7
- tar -zxvf /tmp/stack.tar.gz -C /tmp
0 commit comments