-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Post ghc-9.2.1 config cleanup #2582
Conversation
jneira
commented
Jan 13, 2022
•
edited by gitpod-io
bot
Loading
edited by gitpod-io
bot
- I've removed grain coarsed allow-newer's and uncomment all subpackages to track what precise dependencies we need to get full ghc-9.2.1 support
- Some changes in .cabal has being unveiled
floskell has no allow-newer in cabal-ghc921.project so it seems to me it has more chances to work brittany has:
so it will not work i guess |
haskell-language-server.cabal
Outdated
@@ -283,7 +283,7 @@ common qualifyImportedNames | |||
-- formatters | |||
|
|||
common floskell | |||
if flag(floskell) && (impl(ghc < 9.2.1) || flag(ignore-plugins-ghc-bounds)) | |||
if flag(floskell) || flag(ignore-plugins-ghc-bounds)) |
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.
trailing paren
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.
ugh I did the same error I just corrected in the other pr 🤦♂️
haskell-language-server.cabal
Outdated
@@ -293,7 +293,7 @@ common fourmolu | |||
cpp-options: -Dfourmolu | |||
|
|||
common ormolu | |||
if flag(ormolu) | |||
if flag(ormolu) || flag(ignore-plugins-ghc-bounds)) |
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.
and here
cabal-ghc921.project
Outdated
@@ -6,33 +6,32 @@ packages: | |||
./ghcide | |||
./hls-plugin-api | |||
./hls-test-utils | |||
<<<<<<< HEAD |
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.
mismerge
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.
just was correcting it, thanks!