We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98159a8 commit ab159c0Copy full SHA for ab159c0
.github/scripts/test.sh
@@ -48,6 +48,8 @@ test_all_hls() {
48
fi
49
50
done
51
+ # install the recommended GHC version so the wrapper can launch HLS
52
+ ghcup install ghc --set recommended
53
"$bindir/haskell-language-server-wrapper${ext}" typecheck "${test_module}" || fail "failed to typecheck with HLS wrapper"
54
}
55
0 commit comments