We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Visibility of dependencies does not get taken into account when cabal chooses whether to reconfigure or not a component
To Reproduce Steps to reproduce the behavior:
a
b
sublib
b:sublib
cabal new-build all
Expected behavior
a gets reconfigured because of the change in b and the command fails
System information cabal 3.0.0.0, ghc 8.8.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Visibility of dependencies does not get taken into account when cabal chooses whether to reconfigure or not a component
To Reproduce
Steps to reproduce the behavior:
a
,b
b
has a public sublibrarysublib
a
depends onb:sublib
cabal new-build all
sublib
privatecabal new-build all
a
does not get reconfigured and there's no failureExpected behavior
a gets reconfigured because of the change in b and the command fails
System information
cabal 3.0.0.0, ghc 8.8.1
The text was updated successfully, but these errors were encountered: