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
While removing references to GHC 9.4, I realized that some parts of HLS are
referring to even older versions of GHC.
For example, `hie-compat` is a compatibility library backporting support of
Haskell IDE Engine (HIE) features to older versions of GHC. Since GHC 9.2,
`hie-compat` only re-exported definitions already present in the `ghc` library,
and so, is essentially obsolete.
FYI: We still have `hie-compat` in the dependency graph, because some
libraries (e.g., `hiedb`) are using it.
0 commit comments