File tree Expand file tree Collapse file tree 5 files changed +1242
-4240
lines changed
Expand file tree Collapse file tree 5 files changed +1242
-4240
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,6 @@ install_ghcup() {
137137 else
138138 curl --proto ' =https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_MINIMAL=1 sh
139139 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/refs/heads/master/ghcup-vanilla-0.0.9.yaml
143140 ghcup install cabal --set " ${BOOTSTRAP_HASKELL_CABAL_VERSION} "
144141 fi
145142}
Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ test_all_hls() {
4444 local hls
4545 bindir=$1
4646
47+ ls " $bindir " /*
48+ file " $bindir " /*
49+
4750 for hls in " ${bindir} /" haskell-language-server-* ; do
4851 bin=${hls##*/ }
4952 bin_noexe=${bin/ .exe/ }
@@ -59,9 +62,9 @@ test_all_hls() {
5962 fi
6063 fi
6164 done
62- # install the recommended GHC version so the wrapper can launch HLS
63- ghcup install ghc --set 9.10.1
65+ ghcup install ghc --set recommended
6466 " $bindir /haskell-language-server-wrapper${ext} " typecheck " ${test_module} " || fail " failed to typecheck with HLS wrapper"
67+ ghcup rm ghc " $( ghc --numeric-version) "
6568}
6669
6770uname -a
You can’t perform that action at this time.
0 commit comments