ghc-core: Display GHC's core and assembly output in a pager

[ bsd3, development, program ] [ Propose Tags ]

A convenient command line wrapper for GHC that displays GHC's optimised core and assembly output in a human readable, colourised manner, in a pager. Unix systems only, currently.

Usage:

ghc-core A.hs
ghc-core -fvia-C -optc-O3 A.hs

[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.3.0.1, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6
Dependencies base (>=4 && <5), colorize-haskell, directory, filepath, pcre-light, process (>=1.0.1) [details]
License BSD-3-Clause
Author Don Stewart
Maintainer shachaf@gmail.com
Category Development
Home page https://github.com/shachaf/ghc-core
Uploaded by ShachafBenKiki at 2012-11-11T07:50:59Z
Distributions LTSHaskell:0.5.6, NixOS:0.5.6, Stackage:0.5.6
Reverse Dependencies 1 direct, 0 indirect [details]
Executables ghc-core
Downloads 13764 total (34 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-23 [all 9 reports]

Readme for ghc-core-0.5.6

[back to package description]
A convenient command line wrapper over GHC to display GHC's optimised
Core and assembly output in a human readable manner.