Skip to content

Commit

Permalink
Make the ensure_cabal similar to ensure_ghc
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Oct 26, 2024
1 parent 7c4e1ab commit 5320817
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1168,8 +1168,7 @@ ensure_cabal() {
if test -n "$(need_stack)"
then
stack_install_tool cabal-install
elif test -n "$GHCUP_VERSION"
then
else
ghcup_install cabal $CABALVER
if test -n "$CABALVER"
then
Expand Down

0 comments on commit 5320817

Please sign in to comment.