Skip to content

Commit

Permalink
fixup: ghc-head comparison test
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Dec 17, 2023
1 parent 7928c39 commit b643f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ ensure_ghc() {
echo
else
ghcup_install ghc $GHCVER
if test -n "$GHCVER" -a "$COMPILER" -ne "ghc-head"
if test -n "$GHCVER" -a "$COMPILER" != "ghc-head"
then
COMPILER="$COMPILER-$GHCVER"
fi
Expand Down

0 comments on commit b643f8a

Please sign in to comment.