-
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
Stack ghci on a component of a package does not cause the library component to be built #2790
Labels
Milestone
Comments
mgsloan
changed the title
Stack ghci on a component does not cause the library to
Stack ghci on a component of a package does not cause the library component to be built
Nov 19, 2016
2 tasks
I think this was partially fixed by #5306 |
4 tasks
This still appears to be an issue with Stack 2.15.5 and
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro: Run
stack ghci :store-test
on store (afterstack clean
)Result:
The issue is that it needs to build the library in order to be able to load these auxiliary components.
For now, the workaround is to either do a
stack build
first, or load both the library and the component into ghci.The text was updated successfully, but these errors were encountered: