Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0df07 commit 1d9a130Copy full SHA for 1d9a130
.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