Skip to content

Commit

Permalink
mid
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jun 11, 2024
1 parent 9dc8de0 commit 926fd2b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1385,11 +1385,9 @@ ensure_cabal_config() {
echo "cabal v2-update"
if test -n "$CABAL_PROJECT"
then
retry_cmd $CABAL_BINARY_NAME v2-update --project-file "$CABAL_PROJECT" \
--with-compiler "$COMPILER_EXE_PATH"
retry_cmd $CABAL_BINARY_NAME v2-update --project-file "$CABAL_PROJECT"
else
retry_cmd $CABAL_BINARY_NAME v2-update \
--with-compiler "$COMPILER_EXE_PATH"
retry_cmd $CABAL_BINARY_NAME v2-update
fi
fi
fi
Expand Down

0 comments on commit 926fd2b

Please sign in to comment.