Open Kleidukos opened 7 months ago
Should I disable multi-repl explicitly in my global cabal config?
If I am not mistaken, that wouldn't work. hie-bios
will always use the mutli-repl feature when the cabal-install version allows it (>= 3.11).
Changing the freeze file sounds sensible to me in these situations.
Maybe we want to be able to toggle multi-repl usage in HLS?
Changing the freeze file sounds sensible to me in these situations.
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.
I thought hie-bios
had a config option for multi-repl? Which presumably should allow setting it to false?
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?
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?