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 b001495 commit 04d6c25Copy full SHA for 04d6c25
.github/scripts/test.sh
@@ -38,6 +38,7 @@ test_all_hls() {
38
bin_noexe=${bin/.exe/}
39
if ! [[ "${bin_noexe}" =~ "haskell-language-server-wrapper" ]] && ! [[ "${bin_noexe}" =~ "~" ]] ; then
40
if ghcup install ghc --set "${bin_noexe/haskell-language-server-/}" ; then
41
+ ecabal update
42
"${hls}" typecheck "${test_module}" || fail "failed to typecheck with HLS for GHC ${bin_noexe/haskell-language-server-/}"
43
else
44
fail "GHCup failed to install GHC ${bin_noexe/haskell-language-server-/}"
@@ -55,8 +56,6 @@ env
55
56
# ensure ghcup
57
install_ghcup
58
-ecabal update
59
-
60
# unpack
61
TARBALL_PREFIX="haskell-language-server"
62
mkdir -p "${GHCUP_BIN}"
0 commit comments