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
{{ message }}
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
(Ideally, the GHC HEAD support (#93) could be folded into this too at some point -- the nice thing about the ghcup metadata is that it takes care of that deb9/deb10/deb11 confusion.)
The text was updated successfully, but these errors were encountered:
New action input `ghcup-release-channel` to provide a ghc (pre)release channel for ghcup which will be added via `ghcup config add-release-channel`. Useful for installing ghc prereleases.
Tested with GHC 9.6.1 alpha (9.6.0.20230111).
Fixes: haskell#108.
Co-authored-by: Andreas Abel <andreas.abel@ifi.lmu.de>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(Reference: #107.)
ghcup
supports installing non-standard GHC releases via so-called "release channels": https://www.haskell.org/ghcup/guide/#pre-release-channelsI'd like to propose an input to this action for adding an extra release channel. I.e.:
If set, this would mean that the action calls
before the call to
ghcup install
.This would add support for GHC pre-releases by allowing users to add the release channel managed at https://github.com/haskell/ghcup-metadata/blob/master/ghcup-prereleases-0.0.7.yaml.
(Ideally, the GHC HEAD support (#93) could be folded into this too at some point -- the nice thing about the ghcup metadata is that it takes care of that deb9/deb10/deb11 confusion.)
The text was updated successfully, but these errors were encountered: