Skip to content

Commit

Permalink
Use verbose command runner
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Dec 17, 2023
1 parent da21ffb commit 8bf0ca1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ ghcup_install() {
#$GHCUP_PATH set $tool $tool_ver
fi

ghcup install $tool $GHCUP_OPTIONS $tool_ver
run_verbose_errexit ghcup install $tool $GHCUP_OPTIONS $tool_ver
}

ensure_ghc() {
Expand Down Expand Up @@ -2070,7 +2070,7 @@ then
echo "hlint not found."
die "Use HLINT_VERSION option to install."
fi
hlint --version
run_verbose_errexit hlint --version
run_hlint
else
verify_build_config
Expand All @@ -2091,8 +2091,8 @@ else
die "Use DOCSPEC_VERSION option to install."
fi
fi
cabal-docspec --version
cabal-docspec $DOCSPEC_OPTIONS
run_verbose_errexit cabal-docspec --version
run_verbose_errexit cabal-docspec $DOCSPEC_OPTIONS
fi
fi

Expand Down

0 comments on commit 8bf0ca1

Please sign in to comment.