How to upgrade ghcup upgrade If you haven’t installed yet, follow the instructions at: https://www.haskell.org/ghcup/ Changelog New features A help screen/tutorial in the TUI by @lsmor (Luis Morillo) Beef up --overwrite-version, fixes #998 e.g. ghcup compile hls -g master --overwrite-version='%v-%h' --ghc 9.4.8 will produce a binary called haskell-language-server-wrapper--… refer to ghcup compile hls --help for more information Allow to s...