| 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
Age: 0
Date: Mon, 19 Jan 2026 07:05:28 GMT
X-Served-By: cache-dfw-ktki8620054-DFW, cache-bom-vanm7210094-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768806328.760497,VS0,VE324
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
ghc-dump-tree: Dump GHC's parsed, renamed, and type checked ASTs
[Skip to Readme]
ghc-dump-tree: Dump GHC's parsed, renamed, and type checked ASTs
Useful for GHC devs or people who want to do something with GHC's AST but don't want to hook into the GHC API itself.
[Skip to Readme]
Downloads
- ghc-dump-tree-0.2.0.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.2.0.0, 0.2.0.1, 0.2.0.2 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | aeson (>=1.0 && <1.2), base (>=4.5 && <4.10), bytestring (>=0.9 && <0.11), ghc (>=7.4 && <8.2), ghc-dump-tree, optparse-applicative (>=0.11 && <0.14), pretty (>=1.1 && <1.2), pretty-show (>=1.6 && <1.7), process (>=1.1 && <1.5), unordered-containers (>=0.2 && <0.3), vector (>=0.10 && <0.12) [details] |
| Tested with | ghc ==7.4.2, ghc ==7.6.3, ghc ==7.8.3, ghc ==7.10.3, ghc ==8.0.0.20160421 |
| License | BSD-3-Clause |
| Copyright | Copyright 2015 Well-Typed LLP |
| Author | Edsko de Vries |
| Maintainer | edsko@well-typed.com |
| Uploaded | by EdskoDeVries at 2016-10-03T08:06:25Z |
| Revised | Revision 3 made by EdskoDeVries at 2017-02-20T08:21:38Z |
| Category | Development |
| Home page | https://github.com/edsko/ghc-dump-tree |
| Bug tracker | https://github.com/edsko/ghc-dump-tree/issues |
| Source repo | head: git clone https://github.com/edsko/ghc-dump-tree.git |
| Distributions | |
| Executables | ghc-dump-tree |
| Downloads | 2700 total (14 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2016-10-03 [all 1 reports] |
Readme for ghc-dump-tree-0.2.0.2
[back to package description]ghc-dump-tree
Dump GHC's abstract syntax trees (parsed, renamed, and type checked) in text or JSON format. Useful for GHC devs or people who want to do something with GHC's AST but don't want to hook into the GHC API itself. Tested with GHC 7.4-8.0.