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 b75511e commit b5c2aaaCopy full SHA for b5c2aaa
install_hls.sh
@@ -4,7 +4,7 @@ set -o errexit -o xtrace;
4
5
if [[ "$GHC_VERSION" == "9.2.4" ]]; then
6
if test -n "$HLS_VERSION"; then
7
- ghcup compile hls -j4 -g 26a6ca607930b85bb1a2491b8deaf1a363c2e3df --ghc "$GHC_VERSION" --cabal-update
+ ghcup compile hls -j1 -g 26a6ca607930b85bb1a2491b8deaf1a363c2e3df --ghc "$GHC_VERSION" --cabal-update
8
else
9
ghcup install hls "$HLS_VERSION" --set
10
fi
0 commit comments