Skip to content

Commit

Permalink
AppVeyor workaround for TMP issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Jul 11, 2018
1 parent 4d23731 commit c29d432
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ environment:
global:
STACK_ROOT: "c:\\sr"

# workaround for https://github.com/haskell/cabal/issues/5386
TMP: "c:\\tmp"

test_script:
- stack setup > nul
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resolver: nightly-2018-07-09
resolver: lts-12.0

0 comments on commit c29d432

Please sign in to comment.