Description
A Haskell package exposing the GHC parser API decoupled from the installed GHC version. It lets tools parse Haskell source using GHC's parser without requiring the exact compiler package layout from the user's environment.
Developers use it in linters, formatters, analyzers, and language tools. Parser compatibility should be checked against the language extensions and GHC versions the tool intends to support.