File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ install:
110110 - ${CABAL} v2-freeze $WITHCOMPILER ${TEST} ${BENCH} | color_cabal_output
111111 - " cat cabal.project.freeze | sed -E 's/^(constraints: *| *)//' | sed 's/any.//'"
112112 - rm cabal.project.freeze
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
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
115115script :
116116 - DISTDIR=$(mktemp -d /tmp/dist-test.XXXX)
117117 # Packaging...
@@ -133,7 +133,7 @@ script:
133133 - cat cabal.project.local || true
134134 # Building...
135135 # this builds all libraries and executables (without tests/benchmarks)
136- - ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all | color_cabal_output
136+ - ${CABAL} v2-build $WITHCOMPILER -v3 - -disable-tests --disable-benchmarks all | color_cabal_output
137137 # Building with tests and benchmarks...
138138 # build & run tests, build benchmarks
139139 - ${CABAL} v2-build $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output
You can’t perform that action at this time.
0 commit comments