packages feed

pandoc-include-code-0.1.0: pandoc-include-code.cabal

name:          pandoc-include-code
synopsis:      A Pandoc filter for including code from source files
description:
  A Pandoc filter for including code from source files.

  You get to:

  Keep your examples and documentation compiled and in sync
  Include small snippets from larger source files
  Use Markdown or LaTeX output in Pandoc
author:        Oskar Wickström
maintainer:    Oskar Wickström
homepage:	     https://github.com/owickstrom/pandoc-include-code
version:       0.1.0
cabal-version: >= 1.8
build-type:    Simple
category:      Documentation
license:       MPL-2.0
license-file:  LICENSE

source-repository head
  type:     git
  location: git://github.com/owickstrom/pandoc-include-code.git

executable pandoc-include-code
    hs-source-dirs:  src
    main-is:         Main.hs
    build-depends:   base   >= 4      && < 5
                   , containers
                   , process
                   , filepath
                   , pcre-heavy
                   , pandoc-types