packages feed

CoreDump-0.1.1.0: CoreDump.cabal

name:                CoreDump
version:             0.1.1.0

synopsis:
  A GHC plugin for printing GHC's internal Core data structures.

description:         See README file.

license:             BSD3
license-file:        LICENSE
author:              Ömer Sinan Ağacan
maintainer:          omeragacan@gmail.com
category:            GHC
build-type:          Simple
cabal-version:       >=1.10

source-repository head
  type:                git
  location:            git://github.com/osa1/CoreDump.git

library
  exposed-modules:     CoreDump
  other-modules:       CoreDump.Show
  build-depends:
    base >= 4.8 && < 4.9,
    ghc  >= 7.10 && < 8,
    pretty,
    pretty-show
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall