We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bce0df commit 57629bbCopy full SHA for 57629bb
.gitlab/ci.sh
@@ -80,6 +80,7 @@ case "$(uname)" in
80
cp "$(cabal list-bin -v0 ${args[@]} exe:hls-wrapper)" "$CI_PROJECT_DIR/out/haskell-language-server-wrapper"$EXE_EXTENSION
81
;;
82
*)
83
+ ghcup debug-info
84
sed -i.bak -e '/DELETE MARKER FOR CI/,/END DELETE/d' cabal.project # see comment in cabal.project
85
emake --version
86
emake GHCUP=ghcup hls
0 commit comments