File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ install:
110
110
- ${CABAL} v2-freeze $WITHCOMPILER ${TEST} ${BENCH} | color_cabal_output
111
111
- " cat cabal.project.freeze | sed -E 's/^(constraints: *| *)//' | sed 's/any.//'"
112
112
- rm cabal.project.freeze
113
- - ${CABAL} v2-build $WITHCOMPILER ${TEST} ${BENCH} --dep -j2 all | color_cabal_output
114
- - ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --dep -j2 all | color_cabal_output
113
+ - ${CABAL} v2-build $WITHCOMPILER -v3 ${TEST} ${BENCH} --dep -j2 all | color_cabal_output
114
+ - ${CABAL} v2-build $WITHCOMPILER -v3 - -disable-tests --disable-benchmarks --dep -j2 all | color_cabal_output
115
115
script :
116
116
- DISTDIR=$(mktemp -d /tmp/dist-test.XXXX)
117
117
# Packaging...
You can’t perform that action at this time.
0 commit comments