File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ install:
107107 - cat cabal.project || true
108108 - cat cabal.project.local || true
109109 - if [ -f "./configure.ac" ]; then (cd "." && autoreconf -i); fi
110+ - ${CABAL} v2-configure $WITHCOMPILER | color_cabal_output
110111 - ${CABAL} v2-freeze $WITHCOMPILER ${TEST} ${BENCH} | color_cabal_output
111112 - " cat cabal.project.freeze | sed -E 's/^(constraints: *| *)//' | sed 's/any.//'"
112113 - rm cabal.project.freeze
@@ -133,7 +134,7 @@ script:
133134 - cat cabal.project.local || true
134135 # Building...
135136 # this builds all libraries and executables (without tests/benchmarks)
136- - ${CABAL} v2-build $WITHCOMPILER -v3 - -disable-tests --disable-benchmarks all | color_cabal_output
137+ - ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all | color_cabal_output
137138 # Building with tests and benchmarks...
138139 # build & run tests, build benchmarks
139140 - ${CABAL} v2-build $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output
You can’t perform that action at this time.
0 commit comments