ghc-core-0.2: ghc-core.cabal
name: ghc-core
version: 0.2
license: BSD3
license-file: LICENSE
author: Don Stewart
maintainer: Don Stewart
homepage: http://code.haskell.org/~dons/code/ghc-core
category: Development
synopsis: Display GHC's core and assembly output in a pager
description: 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.
.
Usage:
.
> ghc-core A.hs
.
> ghc-core -fvia-C -optc-O3 A.hs
.
Screenshot: <http://galois.com/~dons/images/ghc-core.png>
.
build-type: Simple
cabal-version: >= 1.2
executable ghc-core
build-depends: base,
process,
pcre-light,
hscolour >= 1.9,
directory,
filepath
main-is: ghc-core.hs
ghc-options: -Wall
extensions: PatternGuards