summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-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"