Prepare 1.2.0 June release#1912
Conversation
|
Should bump the versions of ghcide, hls-graph and his-plugin-api as well in preparation for the Hackage upload? |
|
@pepeiborra Oh, right. I will bump those too. |
berberman
left a comment
There was a problem hiding this comment.
Also, I think we should bump hls-brittany-plugin to 1.0.0.2
| , filepath | ||
| , ghc-exactprint >=0.6.3.4 | ||
| , ghcide >=1.2 && <1.4 | ||
| , ghcide ^>=1.4 |
There was a problem hiding this comment.
This changes because hlint plugin probably won't work with ghcide <= 1.3 after #1862
|
I don't see the |
|
@hasufell It's not yet built. It will be built after all other version-specific |
|
Yes, I'm resolving the issue. |
|
Also... since ghcup now supports windows too, we'd need a |
|
sure, will do this night gmt |
|
As usual i have to generate manually the version for 8.8.4 (#276), the only one we support for windows and it will take some time in my poor laptop |
|
Should we add the ghc-9.0 build as well to the release, so users doesn't have to build manually from source to get the basic ghc-9.0 support? Or is it to late now? |
|
It is a good idea, if the executable can be used without tweaking too much configuration. A note should be added in the release, with a warning for the limited support and linking to the list of working components. |
|
No, there shouldn't be much configuration tweaking needed. Adding the flag I don't think disabling automatic download should be needed, as long as it is clear to the user that it is experimental, since partial support is better than no support at all. |
Resolves partially #1890