aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-07-14 17:20:47 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-07-14 17:20:47 -0700
commit6aa6fb2692dbd6eda8950f8ee55ad29fb7c33cc6 (patch)
tree448acda900eee7e14afc0175f551a5a250e12495
parentbc048c834a7554ecbf49b945f63d2727b3a519cf (diff)
downloadpandoc-6aa6fb2692dbd6eda8950f8ee55ad29fb7c33cc6.tar.gz
appveyor - for diagnostics, try building just aeson-pretty...
instead of pandoc-citeproc.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e7fc9b0cd..a7397aeb4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -56,7 +56,7 @@ test_script:
%STACK% setup > nul
%STACK% path
echo "" | %STACK% clean
- echo "" | %STACK% install %STACK_BUILD_OPTS% pandoc pandoc-citeproc %STACK_FLAGS%
+ echo "" | %STACK% install %STACK_BUILD_OPTS% pandoc aeson-pretty %STACK_FLAGS%
after_test:
# .\ in the stack commandline seems to be .\windows\ (where the stack-appveyor.yaml is)