install --lib
tries to build all components in a package
#9075
Labels
install --lib
tries to build all components in a package
#9075
The executable is not a requirement, and shouldn't need to be built. If I try explicitly requesting the library with
lib:pretty-simple
, I see curl port number errors similarly to #9074.And it's not just executables. I've also seen Cabal similarly trying to build all libraries in a package where some libraries aren't actually depended on by the requested library (for the record, this involved this branch via
source-repository-package
).The text was updated successfully, but these errors were encountered: