File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ install:
107
107
- cat cabal.project || true
108
108
- cat cabal.project.local || true
109
109
- if [ -f "./configure.ac" ]; then (cd "." && autoreconf -i); fi
110
+ - ${CABAL} v2-configure $WITHCOMPILER | color_cabal_output
110
111
- ${CABAL} v2-freeze $WITHCOMPILER ${TEST} ${BENCH} | color_cabal_output
111
112
- " cat cabal.project.freeze | sed -E 's/^(constraints: *| *)//' | sed 's/any.//'"
112
113
- rm cabal.project.freeze
@@ -133,7 +134,7 @@ script:
133
134
- cat cabal.project.local || true
134
135
# Building...
135
136
# 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
137
138
# Building with tests and benchmarks...
138
139
# build & run tests, build benchmarks
139
140
- ${CABAL} v2-build $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output
You can’t perform that action at this time.
0 commit comments