File tree 4 files changed +387
-122
lines changed
4 files changed +387
-122
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,6 @@ install_ghcup() {
137
137
else
138
138
curl --proto ' =https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_MINIMAL=1 sh
139
139
source " $( dirname " ${GHCUP_BIN} " ) /env"
140
- # make sure we use the vanilla channel for installing binaries
141
- # see https://github.com/haskell/ghcup-metadata/pull/166#issuecomment-1893075575
142
- ghcup config set url-source https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-vanilla-0.0.8.yaml
143
140
ghcup install cabal --set " ${BOOTSTRAP_HASKELL_CABAL_VERSION} "
144
141
fi
145
142
}
Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ test_all_hls() {
59
59
fi
60
60
fi
61
61
done
62
- # install the recommended GHC version so the wrapper can launch HLS
63
- ghcup install ghc --set recommended
62
+ ghcup install ghc --set recommended
64
63
" $bindir /haskell-language-server-wrapper${ext} " typecheck " ${test_module} " || fail " failed to typecheck with HLS wrapper"
64
+ ghcup rm ghc " $( ghc --numeric-version) "
65
65
}
66
66
67
67
uname -a
You can’t perform that action at this time.
0 commit comments