Fix aeson flag again...
This commit is contained in:
parent
073a5329e5
commit
48d7443ca9
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ test_script:
|
||||||
%STACK% setup > nul
|
%STACK% setup > nul
|
||||||
%STACK% path
|
%STACK% path
|
||||||
echo "" | %STACK% clean
|
echo "" | %STACK% clean
|
||||||
echo "" | %STACK% install %STACK_BUILD_OPTS% aeson-pretty --flag='aeson-pretty: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%
|
echo "" | %STACK% install %STACK_BUILD_OPTS% pandoc pandoc-citeproc %STACK_FLAGS%
|
||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
|
|
Loading…
Reference in a new issue