Fix HLS test

This commit is contained in:
Julian Ospald 2024-03-02 00:13:21 +08:00
parent eb4a09e61c
commit 970c2bf6fa
No known key found for this signature in database
GPG Key ID: 4275CDA6A29BED43
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ case $TOOL in
ghcup_fun rm ghc "${bin_noexe/haskell-language-server-/}"
fi
done
ghcup_fun install ghc --set recommended
"$bindir/haskell-language-server-wrapper${ext}" typecheck "${test_module}" || fail "failed to typecheck with HLS wrapper"
}