This commit is contained in:
Julian Ospald 2021-10-10 18:38:46 +02:00
parent ece03220c9
commit 9bf21daf9e
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F

View File

@ -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}