From 9bf21daf9ecd09bb9f575b77bc59d185754439dd Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 10 Oct 2021 18:38:46 +0200 Subject: [PATCH] debug --- .gitlab/script/ghcup_git.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab/script/ghcup_git.sh b/.gitlab/script/ghcup_git.sh index 5ce7eb6..1c85b2d 100755 --- a/.gitlab/script/ghcup_git.sh +++ b/.gitlab/script/ghcup_git.sh @@ -47,6 +47,13 @@ eghcup debug-info ecabal install --installdir="$CI_PROJECT_DIR/.local/bin" --overwrite-policy=always --install-method=copy --constraint="alex == 3.2.6" alex ) +ls -la "$CI_PROJECT_DIR/.local/bin" +which alex +which happy +"$CI_PROJECT_DIR/.local/bin/alex" --version +"$CI_PROJECT_DIR/.local/bin/happy" --version + + eghcup compile ghc -j $(nproc) -g ${GHC_GIT_TAG} -b ${GHC_VERSION} --hadrian -- --enable-unregisterised eghcup set ghc ${GHC_GIT_VERSION}