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
-Wall is already enabled in package.yaml, so there is no need to enable
it again in the `cabal configure` step in CI. Actually, this results in
problems for GHC 9.2, since we disable -Wunticked-promoted-constructors
in package.yaml, but adding -Wall to cabal configure re-enables it.
0 commit comments