-
Notifications
You must be signed in to change notification settings - Fork 1
Clarify difference between lsp and hie-bios configuration #92
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
Conversation
Do this by renaming explicit configuration to project configuration
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.
Can we also explain that we prefer cabal projects over stack projects at the moment? Or should we rather not?
@fendor in what ways do we we prefer cabal projects? |
if there is a |
for completeness, if cabal is available i think hie-bios would choose plain ghc under some conditions, right? |
@fendor but if there is no
|
The old behaviour if there was both a |
We should add that back, but currently we are definitely using the cabal v2-cradle if there is both. |
I think the break decision where both are present is arbitrary, there is a hie-bios config file after all, but when it is not present falling back to what the user has at that time does make sense. |
Should we add this feature after merge or in a consecutive pr? |
After merge is fine |
@fendor would it be worthwhile to (sometime after the merge) select the direct cradle in these cases? |
Do this by renaming explicit configuration to project configuration