Description
A Haskell library for detecting mismatches between compile-time and run-time versions of the GHC API. It helps tools fail early when they are loaded with an incompatible compiler API.
Developers use it in editor tooling, plugins, and build utilities that depend on GHC internals. Clear version checks prevent confusing crashes caused by hidden API mismatches.