[ANN] GHCup 0.1.50.0 released

How to upgrade

ghcup upgrade

If you haven’t installed yet, follow the instructions at: GHCup

ChangeLog

  • Fix logic when guessing incomplete PVP versions, fixes #1243
  • Speed up metadata parsing significantly wrt #1213
  • Implement “install targets”, fixes #1210
  • Add default channel alias wrt #1196
  • Print post rm messages in TUI wrt #1202
  • Print pre install messages in TUI wrt #1241
  • Fix handling of ‘ghc’ subdir in parser for obtaining set ghc version wrt #1215

Links

27 Likes

Thanks for the new release! :smiling_face_with_three_hearts:

1 Like

I just did a follow-up bugfix release due to an unexpected dynamic linking on macOS: Do not assume homebrew installation on macOS · Issue #1246 · haskell/ghcup-hs · GitHub

ghcup upgrade on those systems may be broken. To fix, run the following command in your shell:

curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=yes BOOTSTRAP_HASKELL_MINIMAL=yes sh