@hackage hi-file-parser0.1.8.0
Parser for GHC's *.hi files
Categories
License
BSD-3-Clause
Maintainer
Michael Snoyman <michael@snoyman.com>, Mike Pilgrem <public@pilgrem.com>
Links
Versions
Installation
Dependencies (7)
Dependents (1)
@hackage/stack
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
ghclibrary - 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.