| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Date: Sat, 17 Jan 2026 23:31:19 GMT
Age: 0
X-Served-By: cache-dfw-ktki8620099-DFW, cache-bom-vanm7210030-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768692679.341394,VS0,VE376
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
hi-file-parser: Parser for GHC's *.hi files
[Skip to Readme]
hi-file-parser: Parser for GHC's *.hi files
A parser for GHC's *.hi files. Extracts information about dependencies and usage of files.
[Skip to Readme]
Downloads
- hi-file-parser-0.1.8.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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, 0.1.7.0, 0.1.8.0 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | base (>=4.10 && <5), binary, bytestring, mtl, rio, text, vector [details] |
| License | BSD-3-Clause |
| Copyright | Copyright 2015-2025, Stack contributors |
| Author | Hussein Ait-Lahcen <hussein.aitlahcen@gmail.com> |
| Maintainer | Michael Snoyman <michael@snoyman.com>, Mike Pilgrem <public@pilgrem.com> |
| Uploaded | by mpilgrem at 2025-09-03T23:19:48Z |
| 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 |
| Distributions | Arch:0.1.8.0, Debian:0.1.0.0, Fedora:0.1.7.0, LTSHaskell:0.1.8.0, NixOS:0.1.8.0, Stackage:0.1.8.0 |
| Reverse Dependencies | 1 direct, 4 indirect [details] |
| Downloads | 7739 total (35 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2025-09-03 [all 1 reports] |
Readme for hi-file-parser-0.1.8.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
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.