Description
A Haskell library for parsing GHC .hi interface files. These files contain compiler interface information about modules, exports, types, and dependencies.
Developers use it in build tools, analysis utilities, package inspection, and compiler-adjacent workflows. Interface file formats can vary by GHC version, so version compatibility should be handled explicitly.