packages feed

debug-pp-0.1.0.0: debug-pp.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 961f3a1ce57f79aa77bfe78b26a463a2bab8121dbb2e495de793608f4dc714e4

name:           debug-pp
version:        0.1.0.0
description:    A preprocessor to automate the debug instrumentation of a module
category:       Debugging
homepage:       https://github.com/pepeiborra/debug-hoed-pp#readme
author:         Pepe Iborra
maintainer:     pepeiborra@gmail.com
copyright:      All Rights Reserved
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

executable debug-pp
  main-is: Main.hs
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
  other-modules:
      Paths_debug_pp
  default-language: Haskell2010