-
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
v1-install fails with internal libraries #8733
Comments
This issue is maybe more relevant as The error message is quite hermetic:
The least that should happen for this issue is a proper error like "v1-install not supported for package with internal libraries". |
This issue presumably came up again in haskell/happy#328, which wants to use Setup.hs for packaging |
During packaging of To reproduce the issue, setting Log |
Lifted from:
cabal v1-install
chokes on thehackage-cli
executable in the linking phase. @gbaz suspects it is becausehackage-cli
defines an internal library (cabal-revisions
):The last line of the error "installed package info from too old version of (key field does not match id field)" is also present in this issue:
cabal test
fails to include dependency from library in test suite #4668The text was updated successfully, but these errors were encountered: