You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- if any job uses prereleases, add release channel unconditionally. (HEADHACKAGE variable is set later)
158
-
when (anyJobUsesHeadHackage || previewCabal cfgCabalInstallVersion) $
158
+
when (anyJobUsesHeadHackage || previewCabal cfgCabalInstallVersion) $do
159
159
sh "\"$HOME/.ghcup/bin/ghcup\" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml;"
160
-
160
+
sh "\"$HOME/.ghcup/bin/ghcup\" config add-release-channel https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml;"
0 commit comments