-
Notifications
You must be signed in to change notification settings - Fork 841
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
Allow GHCi to load non-local packages by unpacking them #1441
Comments
Is this still an issue? I can run |
This seems to be about packages which are referenced from the in
And with the
As you can see, the As I understand it, that's the problem pointed by this issue. |
For those who cannot wait for this feature, a functional workaround is to use the
The package will then be part of the project and the regular $ stack ghci webdriver-w3c-0.0.3 In my case it wants the version number but I have not dug too much why that's needed. Maybe this is specific to this package and/or my setup? This took me quite a few hours of browsing documentation and Stack Overflow to figure out so I hope this is helpful. ;) |
It'd be cool if
stack ghci text
unpackedtext
and loaded it intoghci
. This is also relevant to the code recently added for also loading intermediate deps (#584) - it will need to be modified to handle thePSUpstream
case.The text was updated successfully, but these errors were encountered: