summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-19 16:21:35 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-19 16:21:35 +0200
commitd487176b580e86a2f99546e92df1337c92c81f4b (patch)
treee93ae23f9fbbf19f6196c58039c9d2d29b017c65
parent8ac2675c2788e4273c46c92e2a224583d51c2ad1 (diff)
Revert "appveyor.yml - reset cache when appveyor.yml changes."
This reverts commit 8ac2675c2788e4273c46c92e2a224583d51c2ad1.
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b1b9e93c7..4f7a94ced 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -12,8 +12,8 @@ environment:
STACK: "%STACK_ROOT%\\stack.exe"
cache:
- - "%STACK_ROOT%" -> appveyor.yml
- - "%WIXBIN%" -> appveyor.yml
+ - "%STACK_ROOT%"
+ - "%WIXBIN%"
# This is where stack install ghc by default, but we don't
# cache it because it's too large:
# - "c:\\Users\\appveyor\\AppData\\Local\\Programs\\stack"