Skip to content

Commit

Permalink
Try to not build deps every CI run (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdietert authored and sdiehl committed Aug 10, 2018
1 parent 22a3d73 commit 8ab07fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
@@ -1,6 +1,7 @@
dependencies:
cache_directories:
- "~/.stack"
- "~/.stack-work"
pre:
- 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
- tar -zxvf /tmp/stack.tar.gz -C /tmp
Expand Down

0 comments on commit 8ab07fe

Please sign in to comment.