aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-08-16 23:26:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-08-16 23:26:43 -0700
commit385a0619ffd4e74fa3d9205101fd8ac2d15228a9 (patch)
treee84913e0b46340d951482d9af68de3c0392416eb
parent0a93d33566c9ee9e11a6b8951c9b847c581df3d9 (diff)
downloadpandoc-385a0619ffd4e74fa3d9205101fd8ac2d15228a9.tar.gz
Revert "appveyor.yml: use regular stack.yaml, not stack.lts11.yaml."
This reverts commit 0a93d33566c9ee9e11a6b8951c9b847c581df3d9.
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e7fc9b0cd..bc0dd69fa 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -53,10 +53,10 @@ test_script:
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
# descriptor
- |
- %STACK% setup > nul
+ %STACK% setup --stack-yaml stack.lts11.yaml > nul
%STACK% path
echo "" | %STACK% clean
- echo "" | %STACK% install %STACK_BUILD_OPTS% pandoc pandoc-citeproc %STACK_FLAGS%
+ echo "" | %STACK% install --stack-yaml stack.lts11.yaml %STACK_BUILD_OPTS% pandoc pandoc-citeproc %STACK_FLAGS%
after_test:
# .\ in the stack commandline seems to be .\windows\ (where the stack-appveyor.yaml is)