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 e0cb761 commit 5845c7dCopy full SHA for 5845c7d
.gitlab/ci.sh
@@ -49,6 +49,8 @@ case "$(uname)" in
49
MSYS_*|MINGW*)
50
# workaround for https://gitlab.haskell.org/ghc/ghc/-/issues/21196
51
export PATH="${GHCUP_INSTALL_BASE_PREFIX}/ghcup/ghc/${GHC_VERSION}/mingw64/bin:${GHCUP_INSTALL_BASE_PREFIX}/ghcup/ghc/${GHC_VERSION}/mingw64/usr/bin:$PATH"
52
+ gcc -v
53
+ ghc --info
54
# Shorten binary names
55
sed -i.bak -e 's/haskell-language-server/hls/g' \
56
-e 's/haskell_language_server/hls/g' \
0 commit comments