Description
An internal graph API used by Haskell Language Server. It supports dependency tracking and incremental computations inside HLS so editor features can update as project state changes.
Developers normally receive it as an HLS dependency. Tool authors may use it when working on HLS internals, where correctness depends on invalidating and recomputing graph nodes at the right time.