Tags: wz1000/actions
Tags
Fix haskell#108: Add support for ghcup release channel (haskell#175)
Add support for ghcup release channel (haskell#175) 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>
Add support for ghcup release channel (haskell#175) 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>
PR haskell#146: new input 'cabal-update: false' to skip 'cabal update'
PreviousNext