Name: ghc-core-html
Version: 0.1.0
Synopsis: Core to HTML display
Description: Display GHC core using a friendly colored, clickable and dynamic html output
License: BSD3
License-file: LICENSE
Copyright: Vincent Hanquez
Author: Vincent Hanquez
Maintainer: Vincent Hanquez
Category: Development
Stability: experimental
Build-Type: Simple
Homepage: http://github.com/vincenthz/ghc-core-html
Cabal-Version: >=1.6
data-files: README.md
Executable ghc-core-html
Main-Is: ghc-core-html.hs
ghc-options: -Wall -fno-warn-missing-signatures
Hs-Source-Dirs: .
Build-depends: base >= 4 && < 5
, mtl
, containers
, bytestring
, parsec
, blaze-html
, process
source-repository head
type: git
location: git://github.com/vincenthz/ghc-core-html