You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downgrade NoLibraryFound from an error to a warning (backport #9926) (#10076)
* Downgrade NoLibraryFound from an error to a warning
This makes Setup copy/install succeed if there's
nothing to do because the package doesn't contain
a library or executable.
This allows downstream users of Cabal to avoid having to
add workarounds for this edge case.
Resolves#6750
(cherry picked from commit 312a412)
# Conflicts:
# Cabal/src/Distribution/Simple/Install.hs
* fixup! fix conflicts
---------
Co-authored-by: Teo Camarasu <[email protected]>
Co-authored-by: Artem Pelenitsyn <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
0 commit comments