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
This commit makes it so that cabal-install emits PackageDescription
parser warnings at normal verbosity or above. Previously, we used to
emit warnings at verbosity >= verbose, but now that we are going through
in-library methods this meant we could skip ever emitting some warnings,
which is not desirable.
0 commit comments