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
Without a specific target, cabal build will try to build everything.
Certain plugins do not build with certain GHC versions (9.2 in particular).
This is fine, since the haskell-language-server Cabal descriptor has
per-ghc-version dependencies.
To summarise, CI should be building specific targets
0 commit comments