File: README.md

package info (click to toggle)
haskell-hi-file-parser 0.1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: haskell: 720; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# 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.