packages feed

ghc-core-html-0.1.3: ghc-core-html.cabal

Name:                ghc-core-html
Version:             0.1.3
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 <vincent@snarc.org>
Author:              Vincent Hanquez <vincent@snarc.org>
Maintainer:          Vincent Hanquez <vincent@snarc.org>
Category:            Development
Stability:           experimental
Build-Type:          Simple
Homepage:            https://github.com/vincenthz/ghc-core-html
Cabal-Version:       >=1.6
data-files:
  README.md
  css/bootstrap.min.css
  css/default.css
  js/bootstrap.min.js
  js/page.js

Executable           ghc-core-html
  Main-Is:           ghc-core-html.hs
  Other-modules:
    GhcCore.Parser
    Paths_ghc_core_html
  ghc-options:       -Wall
  Hs-Source-Dirs:    .
  Build-depends:     base >= 4 && < 5
                   , mtl
                   , containers
                   , bytestring
                   , parsec
                   , blaze-html
                   , process

source-repository head
  type: git
  location: https://github.com/vincenthz/ghc-core-html