-
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate stylish-haskell into hls executable with ghc 9.8 #4124
Conversation
@@ -8,7 +8,7 @@ packages: | |||
./hls-plugin-api | |||
./hls-test-utils | |||
|
|||
index-state: 2024-02-25T00:00:00Z | |||
index-state: 2024-03-09T08:17:00Z |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumping index state just to silence this warning:
Warning: Requested index-state 2024-02-25T00:00:00Z is newer than
'hackage.haskell.org'! Falling back to older state (2024-02-24T17:42:44Z).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am a little bit confused, why didn't CI report the command cabal test hls-stylish-haskell
plugin as failing? https://github.com/haskell/haskell-language-server/blob/master/.github/workflows/test.yml#L170
Hmm, good question. But the plugin itself and its tests were NOT marked as |
Oops, I thought I had done this 🤦 |
The version of stylish-haskell where @michaelpj added support for ghc 9.8 is on hackage:
https://hackage.haskell.org/package/stylish-haskell-0.14.6.0/changelog
Let's enable it in hls!