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

[ bsd3, development, library ] [ Propose Tags ]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 (<2.3), rio, vector [details]
License BSD-3-Clause
Author Hussein Ait-Lahcen
Maintainer michael@snoyman.com
Revised Revision 1 made by sjakobi at 2022-05-23T17:33:43Z
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 MichaelSnoyman at 2021-04-09T03:01:20Z
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 6689 total (110 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-04-09 [all 1 reports]

Readme for hi-file-parser-0.1.2.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.