-
Notifications
You must be signed in to change notification settings - Fork 842
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
Build fails with internal libraries that aren't dependencies #3996
Comments
There seems to be an issue with dependency resolution. Specifically, sublibs don't count as dependencies that have to be built. Adding a dependency on every internal lib is a workaround. |
Thanks for the report. I was able to reproduce and I'll try to get a fix. |
Solved in #4033 |
Tested here. At first it failed (ie, no change) but it seemed to be using precompiled (thus buggy?) haddock-library artifacts. I manually nuked anything by that name in ~/.stack with Please re-open? |
There seems to be another bug regarding pre-existing artifacts. Will test that too and open an issue. I haven't yet managed to get to |
Test case: https://github.com/KaneTW/stack-internal-lib-bug
cabal new-build
succeeds.The text was updated successfully, but these errors were encountered: