Fix aeson flag again...

This commit is contained in:
John MacFarlane 2018-07-13 17:05:05 -07:00
parent 073a5329e5
commit 48d7443ca9

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='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%
after_test: