-
Notifications
You must be signed in to change notification settings - Fork 696
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
Multiple Home Units support #8238
Comments
Yes, I think you are right this is not being added yet and we do need it. PR welcome (perhaps many small PRs, baby step style) |
I think we could just have a single point of support for now that turns a |
Apparently @wz1000 is working on this? |
Yes, I'm working on this. I'll have a patch up shortly. |
@wz1000 just a gentle inquiry: do you have any news on that patch you mentioned? |
Did #8726 fix this? |
Yes #8726 fixed this. |
Currently (with
cabal-install 3.6
), when runningcabal repl
with multiple components, users see the following error message:The ability to load REPL with multiple components is commonly known as "Multiple Home Units (MHU)". The following blog post by Matthew Pickering (Well-Typed) from January 7, 2022, claims that this feature is implemented in GHC and now it's up to build tools to support it:
I haven't found an issue in Cabal tracking the implementation of Multiple Home Units. There's a similar issue but it seems to be talking about something else:
The text was updated successfully, but these errors were encountered: