Fix appveyor flag.

This commit is contained in:
John MacFarlane 2018-07-13 16:55:52 -07:00
parent 2e7387697e
commit 073a5329e5

View file

@ -56,7 +56,7 @@ test_script:
%STACK% setup > nul
%STACK% path
echo "" | %STACK% clean
echo "" | %STACK% install %STACK_BUILD_OPTS% aeson-pretty --flag=lib-only
echo "" | %STACK% install %STACK_BUILD_OPTS% aeson-pretty --flag='aeson-pretty:lib-only'
echo "" | %STACK% install %STACK_BUILD_OPTS% pandoc pandoc-citeproc %STACK_FLAGS%
after_test: