ghc-core-html: Core to HTML display

[ bsd3, development, program ] [ Propose Tags ]

Display GHC core using a friendly colored, clickable and dynamic html output


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4
Dependencies base (>=4 && <5), blaze-html, bytestring, containers, mtl, parsec, process [details]
License BSD-3-Clause
Copyright Vincent Hanquez <vincent@snarc.org>
Author Vincent Hanquez <vincent@snarc.org>
Maintainer Vincent Hanquez <vincent@snarc.org>
Category Development
Home page http://github.com/vincenthz/ghc-core-html
Source repo head: git clone git://github.com/vincenthz/ghc-core-html
Uploaded by VincentHanquez at 2013-04-26T06:48:06Z
Distributions NixOS:0.1.4
Reverse Dependencies 1 direct, 0 indirect [details]
Executables ghc-core-html
Downloads 3951 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-12-21 [all 7 reports]

Readme for ghc-core-html-0.1.1

[back to package description]

ghc-core-html

ghc-core-html makes core output that is easier to read by adding colors, filtering unnecessary information, adding clickable links, and foldable index and bindings.

This is similar to the ghc-core program, except that it's to use in a browser.

usage

Typical usage:

ghc-core-web Program.hs > my-output.html

Just like ghc-core you have the following options:

    --ghc <ghcprog>: specify which ghc to use (optional)

improving

Better CSS/HTML, improved Javascript, more core parsing, multiple pages, more popups: send your pull requests. don't be shy.