BSD-3-Clause licensed by Hussein Ait-Lahcen
Maintained by [email protected]
This version can be pinned in stack with:hi-file-parser-0.1.0.0@sha256:3e38445c5b619259298a7ce8a5e36359d7f695cdb1a96746873bb6b6bb54ba22,2138

Module documentation for 0.1.0.0

hi-file-parser

Provide data types and functions for parsing the binary .hi files produced by GHC. Intended to support multiple versions of GHC, so that tooling can:

  • Support multiple versions of GHC
  • Avoid linking against the ghc library
  • Not need to use ghc’s textual dump file format.

Note that this code was written for Stack’s usage initially, though it is intended to be general purpose.

Changes

Changelog for hi-file-parser

0.1.0.0

Initial release