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 2625e12 commit 3949c7fCopy full SHA for 3949c7f
1 file changed
scripts/bootstrap/bootstrap-haskell
@@ -39,7 +39,9 @@ die() {
39
exit 2
40
}
41
42
+echo "DEBUG:START"
43
plat="$(uname -s)"
44
+echo "DEBUG:plat ${plat}"
45
arch=$(uname -m)
46
ghver="0.1.50.2"
47
: "${GHCUP_BASE_URL:=https://downloads.haskell.org/~ghcup}"
@@ -107,6 +109,9 @@ case "${plat}" in
107
109
;;
108
110
esac
111
112
+echo "DEBUG:GHCUP_INSTALL_BASE_PREFIX ${GHCUP_INSTALL_BASE_PREFIX}"
113
+echo "DEBUG:GHCUP_DIR ${GHCUP_DIR}"
114
+
115
: "${BOOTSTRAP_HASKELL_GHC_VERSION:=recommended}"
116
: "${BOOTSTRAP_HASKELL_CABAL_VERSION:=recommended}"
117
: "${BOOTSTRAP_HASKELL_STACK_VERSION:=recommended}"
0 commit comments