3 if [ -z ${STACK_CONFIG+x} ]; then
4 echo "STACK_CONFIG environment variable not set."
5 echo "This build case is not configured correctly."
11 # ---------------------------------------------------------------------
12 # Build Cabal via Stack(age).
13 # ---------------------------------------------------------------------
17 --stack-yaml "$STACK_CONFIG" \
19 --bench --no-run-benchmarks