-
Notifications
You must be signed in to change notification settings - Fork 698
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
Libraries are having trouble with implicit --enable-multi-repl
enabled (by HLS?)
#9860
Comments
If I am not mistaken, that wouldn't work. Changing the freeze file sounds sensible to me in these situations. Maybe we want to be able to toggle multi-repl usage in HLS? |
Okay but it's a major bump from 3.10, stuff is going to break. I can try it as a hack but I don't think this is a valid workaround. |
Kind of related haskell/haskell-language-server#3738 (comment) |
I thought |
There will be a HLS config option for this in the next release. I don't know if there's an actual cabal issue here? |
I think we can close this, HLS has a config option now, and I also don't think this is cabal's issue. |
Sometimes HLS fails to start with the following error:
I use cabal-nightly, but my cabal.project.freeze contains the following constraints:
I'm terribly unsure about what to do. Should I disable multi-repl explicitly in my global cabal config?
The text was updated successfully, but these errors were encountered: