ghc-dump-util: Handy tools for working with ghc-dump dumps
ghc-dump
is a library, GHC plugin, and set of tools for recording and
analysing GHC's Core representation. The plugin is compatible with GHC 7.10
through 8.3, exporting a consistent (albeit somewhat lossy) representation
across these versions. The AST is encoded as CBOR, which is small and easy to
deserialise.
.
This package provides the AST and compiler plugin. See the ghc-dump-util
package for a useful command-line tool for working with dumps produced by this
plugin.
Modules
[Index] [Quick Jump]
Downloads
- ghc-dump-util-0.2.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.2.1.0 |
---|---|
Dependencies | ansi-terminal, base (<5.0), bytestring (>=0.10 && <0.12), ghc-dump-core (>=0.2 && <0.3), ghc-dump-util, hashable (>=1.2), lucid, optparse-applicative (>=0.13), prettyprinter, prettyprinter-ansi-terminal, regex-tdfa (>=1.3.1.0), serialise (>=0.2 && <0.3), text (>=1.0), unordered-containers (>=0.2) [details] |
Tested with | ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.3, ghc ==8.10.4, ghc ==9.0.1, ghc ==9.2.1 |
License | BSD-3-Clause |
Copyright | (c) 2017 Ben Gamari |
Author | Ben Gamari |
Maintainer | ben@well-typed.com |
Category | Development |
Source repo | head: git clone https://github.com/bgamari/ghc-dump |
Uploaded | by BenGamari at 2022-04-13T17:30:31Z |
Distributions | |
Executables | ghc-dump |
Downloads | 1494 total (16 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-04-13 [all 1 reports] |