hi-file-parser: Parser for GHC's hi files

[ bsd3, development, library ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.1.5.0, 0.1.6.0
Change log ChangeLog.md
Dependencies base (>=4.10 && <5), binary, bytestring, mtl, rio, text, vector [details]
License BSD-3-Clause
Author Hussein Ait-Lahcen
Maintainer michael@snoyman.com
Category Development
Home page https://github.com/commercialhaskell/hi-file-parser#readme
Bug tracker https://github.com/commercialhaskell/hi-file-parser/issues
Source repo head: git clone https://github.com/commercialhaskell/hi-file-parser
Uploaded by mpilgrem at 2023-11-04T16:37:34Z
Distributions Arch:0.1.6.0, Debian:0.1.0.0, Fedora:0.1.4.0, LTSHaskell:0.1.6.0, NixOS:0.1.6.0, Stackage:0.1.6.0
Reverse Dependencies 1 direct, 4 indirect [details]
Downloads 6681 total (118 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-11-04 [all 1 reports]

Readme for hi-file-parser-0.1.6.0

[back to package description]

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.