diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4f7a94ced..b1b9e93c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,8 +12,8 @@ environment: STACK: "%STACK_ROOT%\\stack.exe" cache: - - "%STACK_ROOT%" - - "%WIXBIN%" + - "%STACK_ROOT%" -> appveyor.yml + - "%WIXBIN%" -> appveyor.yml # 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" |