Mouse
Mouse
`summoner` can't be built by GHC newer than 8.10.7, and `summoner-tui` - by GHC newer than 8.8.4. It would be great if one could build both under, e.g., GHC-9.0.2. Or...
> the following all compiled successfully for me: . . . I confirm that both `summoner` and `summoner-tui` compiled/installed fine with the flags you mentioned above. Cabal-3.6.2.0, GHC-9.0.2. Thanks!
@vrom911 thank you for adding support for GHC 9.0.2 and 9.2.4. However, please note that the current latest stable released GHC is 9.4.2. It would be nice to see it...
How are we doing with GHC-9.2.4? ;-) And I'd like to ask about - plans to progress from "limited" to "full" support for GHC-9.2.x? - plans to support GHC-9.4.x, which...
> and no compilation changes were required, so you can probably just compile HLS for 9.2.3 yourself, e.g. using [ghcup](https://haskell-language-server.readthedocs.io/en/latest/installation.html#ghcup). Kindly explain how I can compile/install HLS using [ghcup](https://haskell-language-server.readthedocs.io/en/latest/installation.html#ghcup). I'd...
Thank you! Command provided by @hasufell seems to work, though I observe some strange errors: ``` $ ghcup compile hls -g master --ghc 8.8.4 --ghc 8.10.7 --ghc 9.0.2 --ghc 9.2.3...
### Update: no joy Building master failed miserably. On one machine (both are Macs, run the same version of MacOS 12.4, and have the same Haskell stuff installed (Cabal, Stack,...
> You only need to build for the GHC you're missing. There's no point to build the others Understood, thanks! > `ghcup compile hls -g --ghc 9.2.3` My problem is...
@hasufell your suggestion to build only for 9.2.3 worked, thank you: ``` $ time ghcup compile hls -g master -j 20 --ghc 9.2.3 [ Info ] downloading: https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-0.0.7.yaml as file...
It's simple. `ghcup` decides that HLS master is v1.7.0.0 based on the "Version:" field of the project .cabal file, while in fact (that field in) that file simply hasn't changed...