Skip to content
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

Add option to use base-noprelude approach when using alternative Prelude #550

Closed
suhdonghwi opened this issue Oct 9, 2021 · 1 comment
Closed
Labels
question Ideas, discussions

Comments

@suhdonghwi
Copy link

I use haskell-language-server when programming in Haskell. hls makes use of stack repl underneath, which does not work on project using mixins. summoner uses mixins approach by default so it does not work with haskell-language-server well. I need to change project settings to use base-noprelude approach everytime manually. It would be great if I can configure this behavior.

Thank you!

@chshersh chshersh added the question Ideas, discussions label Oct 10, 2021
@chshersh
Copy link
Contributor

base-noprelude doesn't support recent GHC versions and generally is not maintained. So it's not possible to have this feature working for all GHC versions supported by Summoner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Ideas, discussions
Projects
None yet
Development

No branches or pull requests

2 participants