cabal-install-1.24.0.1: tests/IntegrationTests/custom-setup/common.sh
# Helper to run Cabal
cabal() {
"$CABAL" $CABAL_ARGS "$@"
}
die() {
echo "die: $@"
exit 1
}
# Helper to run Cabal
cabal() {
"$CABAL" $CABAL_ARGS "$@"
}
die() {
echo "die: $@"
exit 1
}